Re: [PATCH 18/34] __initdata cleanup - x86_64

2007-02-09 Thread Bernhard Walle
* Andi Kleen <[EMAIL PROTECTED]> [2007-02-09 20:35]: > On Fri, Feb 09, 2007 at 05:24:28PM +0200, Alon Bar-Lev wrote: > > > > Trivial. > > What is this change good for? It was because http://lkml.org/lkml/2007/1/22/267. But since the kernel is compiled with -fno-common, it's superflous. Regards

Re: [PATCH 18/34] __initdata cleanup - x86_64

2007-02-09 Thread Andi Kleen
On Fri, Feb 09, 2007 at 05:24:28PM +0200, Alon Bar-Lev wrote: > > Trivial. What is this change good for? I didn't think any x86_64 binutils had trouble with bss initdata -Andi - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED]

[PATCH 18/34] __initdata cleanup - x86_64

2007-02-09 Thread Alon Bar-Lev
Trivial. Signed-off-by: Alon Bar-Lev <[EMAIL PROTECTED]> Signed-off-by: Bernhard Walle <[EMAIL PROTECTED]> --- diff -urNp linux-2.6.20-rc6-mm3.org/arch/x86_64/crypto/aes.c linux-2.6.20-rc6-mm3/arch/x86_64/crypto/aes.c --- linux-2.6.20-rc6-mm3.org/arch/x86_64/crypto/aes.c +++ linux-2.6.20-rc6-m