]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
[PATCH] alpha xchg fix
authorAl Viro <viro@www.linux.org.uk>
Tue, 23 Aug 2005 21:47:07 +0000 (22:47 +0100)
committerLinus Torvalds <torvalds@g5.osdl.org>
Wed, 24 Aug 2005 01:43:44 +0000 (18:43 -0700)
commit79fb7bdce363685b336e3f0fb8207312fd1f02fc
treebcc10e8f4f576d525b4f2a617010f49077d03e6f
parent531e5ca62bd9aabef6bd8340d8ae93bac1b5caa2
[PATCH] alpha xchg fix

alpha xchg has to be a macro - alpha disables always_inline and if that
puppy does not get inlined, we immediately blow up on undefined reference.
Happens even on gcc3; with gcc4 that happens a _lot_.

Signed-off-by: Al Viro <viro@parcelfarce.linux.theplanet.co.uk>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
include/asm-alpha/system.h