From: Andi Kleen Date: Thu, 11 Jan 2007 00:52:44 +0000 (+0100) Subject: [PATCH] x86-64: Use different constraint for gcc < 4.1 in bitops.h X-Git-Tag: v2.6.20-rc5~24^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=24420760c3701ff422b344e047a20ca09b76fc64;p=pandora-kernel.git [PATCH] x86-64: Use different constraint for gcc < 4.1 in bitops.h +m is really correct for a RMW instruction, but some older gccs error out. I finally gave in and ifdefed it. This fixes compilation errors with some compiler version. Signed-off-by: Andi Kleen --- Reading git-diff-tree failed