From: Al Viro Date: Tue, 23 Aug 2005 21:47:07 +0000 (+0100) Subject: [PATCH] alpha xchg fix X-Git-Tag: v2.6.13-rc7~24 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=79fb7bdce363685b336e3f0fb8207312fd1f02fc;p=pandora-kernel.git [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 Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed