commit | 79fb7bdce363685b336e3f0fb8207312fd1f02fc | [log] [tgz] |
---|---|---|
author | Al Viro <viro@www.linux.org.uk> | Tue Aug 23 22:47:07 2005 +0100 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Tue Aug 23 18:43:44 2005 -0700 |
tree | bcc10e8f4f576d525b4f2a617010f49077d03e6f | |
parent | 531e5ca62bd9aabef6bd8340d8ae93bac1b5caa2 [diff] |
[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>