Re: [PATCH] (28/43) alpha xchg fix

2005-08-24 Thread Christoph Hellwig
On Tue, Aug 23, 2005 at 10:47:07PM +0100, Al Viro wrote: > 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_. I think you should rather fix alph

[PATCH] (28/43) alpha xchg fix

2005-08-23 Thread Al Viro
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 <[EMAIL PROTECTED]> diff -urN RC13-rc6-git13-pcmcia-irq/include/asm-a