]> git.baikalelectronics.ru Git - kernel.git/commit
[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)
commit856105aa10d3fe13738e00b3c995cf4c417ee61d
tree0dabf46c0825c632775705185244c31b821cdd4a
parent491a4dd452e062e149bcd4e738e420bebb4db0d4
[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