From: Randy Dunlap Date: Tue, 13 Feb 2007 12:26:24 +0000 (+0100) Subject: [PATCH] i386: avoid gcc extension X-Git-Tag: v2.6.21-rc1~184^2~27 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3101673b659b916c965271c7f7c9b99cb353c01c;p=pandora-kernel.git [PATCH] i386: avoid gcc extension setcc() in math-emu is written as a gcc extension statement expression macro that returns a value. However, it's not used that way and it's not needed like that, so just make it a inline function so that we don't use an extension when it's not needed. Signed-off-by: Randy Dunlap Signed-off-by: Andi Kleen Cc: Andi Kleen Cc: Christoph Hellwig Cc: Segher Boessenkool Signed-off-by: Andrew Morton --- Reading git-diff-tree failed