[PATCH] x86-64: Use different constraint for gcc < 4.1 in bitops.h
authorAndi Kleen <ak@suse.de>
Thu, 11 Jan 2007 00:52:44 +0000 (01:52 +0100)
committerAndi Kleen <andi@basil.nowhere.org>
Thu, 11 Jan 2007 00:52:44 +0000 (01:52 +0100)
commit24420760c3701ff422b344e047a20ca09b76fc64
tree0dabf46c0825c632775705185244c31b821cdd4a
parent343cde51b3b856470eea24a89f00166b8e2d7272
[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 <ak@suse.de>
include/asm-x86_64/bitops.h