Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752544Ab3HUGu2 (ORCPT ); Wed, 21 Aug 2013 02:50:28 -0400 Received: from bombadil.infradead.org ([198.137.202.9]:42683 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752151Ab3HUGu1 (ORCPT ); Wed, 21 Aug 2013 02:50:27 -0400 Date: Tue, 20 Aug 2013 23:50:18 -0700 From: Christoph Hellwig To: dl9pf@gmx.de Cc: PaX Team , Behan Webster , "James E.J. Bottomley" , linux-scsi@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] [TRIVIAL] Remove braces in drivers/scsi/in2000.h to fix build for clang. No functional change otherwise. Message-ID: <20130821065018.GB9043@infradead.org> References: <1377033546-19475-1-git-send-email-dl9pf@gmx.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1377033546-19475-1-git-send-email-dl9pf@gmx.de> User-Agent: Mutt/1.5.21 (2010-09-15) X-SRS-Rewrite: SMTP reverse-path rewritten from by bombadil.infradead.org See http://www.infradead.org/rpr.html Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 903 Lines: 23 On Tue, Aug 20, 2013 at 11:19:06PM +0200, dl9pf@gmx.de wrote: > From: Jan-Simon M??ller > > Author: PaX Team > ML-Post: http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20120507/142707.html > URL: http://llvm.linuxfoundation.org > > Merge: Jan-Simon M??ller > > Description: > Clang chokes on the notation "insw (%%dx)" but works for "insw %%dx" (outsw likewise); > GNU as accepts both forms. > > Signed-off-by: Jan-Simon M??ller I think the right fix is to simply kill the FAST_READ_IO/FAST_WRITE_IO defines and their associated inline assembly entirely. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/