Re: [PATCH - RFC] x86: unify arch/x86/kernel/Makefile(s)

2007-12-30 Thread Sam Ravnborg
On Sun, Dec 30, 2007 at 05:10:41PM +0100, Ingo Molnar wrote: > > * Ingo Molnar <[EMAIL PROTECTED]> wrote: > > > i've added your full patch meanwhile - maybe we can get away with it. > > i needed the trivial fix below. You did not test-build it on 32-bit it > appears :-) Had CONFIG_X86_GENERICA

Re: [PATCH - RFC] x86: unify arch/x86/kernel/Makefile(s)

2007-12-30 Thread Sam Ravnborg
On Sun, Dec 30, 2007 at 04:06:02PM +0100, Ingo Molnar wrote: > > * Ingo Molnar <[EMAIL PROTECTED]> wrote: > > > > Combine the 32 and 64 bit specific Makefiles in one file. While > > > doing so link order was (almost) preserved on 32 bit but on 64 bit > > > link order changed a lot. > > > > > >

Re: [PATCH - RFC] x86: unify arch/x86/kernel/Makefile(s)

2007-12-30 Thread Ingo Molnar
* Ingo Molnar <[EMAIL PROTECTED]> wrote: > i've added your full patch meanwhile - maybe we can get away with it. i needed the trivial fix below. You did not test-build it on 32-bit it appears :-) Ingo --- arch/x86/Makefile |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Ind

Re: [PATCH - RFC] x86: unify arch/x86/kernel/Makefile(s)

2007-12-30 Thread Ingo Molnar
* Ingo Molnar <[EMAIL PROTECTED]> wrote: > > Combine the 32 and 64 bit specific Makefiles in one file. While > > doing so link order was (almost) preserved on 32 bit but on 64 bit > > link order changed a lot. > > > > Patch was checked with defconfig + allyesconfig builds. The same .o > > fil

Re: [PATCH - RFC] x86: unify arch/x86/kernel/Makefile(s)

2007-12-30 Thread Ingo Molnar
* Sam Ravnborg <[EMAIL PROTECTED]> wrote: > Combine the 32 and 64 bit specific Makefiles in one file. While doing > so link order was (almost) preserved on 32 bit but on 64 bit link > order changed a lot. > > Patch was checked with defconfig + allyesconfig builds. The same .o > files were lin

[PATCH - RFC] x86: unify arch/x86/kernel/Makefile(s)

2007-12-30 Thread Sam Ravnborg
Combine the 32 and 64 bit specific Makefiles in one file. While doing so link order was (almost) preserved on 32 bit but on 64 bit link order changed a lot. Patch was checked with defconfig + allyesconfig builds. The same .o files were linked in these configurations. To keep readability of the Ma