commit | 24420760c3701ff422b344e047a20ca09b76fc64 | [log] [tgz] |
---|---|---|
author | Andi Kleen <ak@suse.de> | Thu Jan 11 01:52:44 2007 +0100 |
committer | Andi Kleen <andi@basil.nowhere.org> | Thu Jan 11 01:52:44 2007 +0100 |
tree | 0dabf46c0825c632775705185244c31b821cdd4a | |
parent | 343cde51b3b856470eea24a89f00166b8e2d7272 [diff] |
[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>