Re: [PATCH -mm] x86 allnoconfig memory model

2007-11-26 Thread Christoph Lameter
On Mon, 26 Nov 2007, Andrew Morton wrote: > b) I go direct to master.kernel.org. Probably that's only worth five > minutes nowadays - it used to be worth hours, but kernel.org got better. Updated patch (including Randy's fix) against git-x86 mm. x86_64: Make sparsemem/vmemmap the only memory

Re: [PATCH -mm] x86 allnoconfig memory model

2007-11-26 Thread Andrew Morton
On Mon, 26 Nov 2007 13:52:31 -0800 (PST) Christoph Lameter <[EMAIL PROTECTED]> wrote: > On Mon, 26 Nov 2007, Andrew Morton wrote: > > > Unfortunately I just dropped that patch because git-x86 has gone and > > combined include/asm-x86/sparsemem_32.h and include/asm-x86/sparsemem_64.h > > into the

Re: [PATCH -mm] x86 allnoconfig memory model

2007-11-26 Thread Christoph Lameter
On Mon, 26 Nov 2007, Andrew Morton wrote: > Unfortunately I just dropped that patch because git-x86 has gone and > combined include/asm-x86/sparsemem_32.h and include/asm-x86/sparsemem_64.h > into the same file. git-x86 still contains separate sparsemem_32/64.h here. git lag? [EMAIL PROTECTED]:~

Re: [PATCH -mm] x86 allnoconfig memory model

2007-11-26 Thread Andrew Morton
On Mon, 26 Nov 2007 13:00:03 -0800 (PST) Christoph Lameter <[EMAIL PROTECTED]> wrote: > On Mon, 26 Nov 2007, Randy Dunlap wrote: > > > This patch allows allnoconfig to build cleanly. > > Well this sortof works. > > One can again select a memory model but there is only one to choose from. > It w

Re: [PATCH -mm] x86 allnoconfig memory model

2007-11-26 Thread Randy Dunlap
Christoph Lameter wrote: On Mon, 26 Nov 2007, Randy Dunlap wrote: This patch allows allnoconfig to build cleanly. Well this sortof works. One can again select a memory model but there is only one to choose from. At least the help text allows / explains that. It would be best if the memor

Re: [PATCH -mm] x86 allnoconfig memory model

2007-11-26 Thread Christoph Lameter
On Mon, 26 Nov 2007, Randy Dunlap wrote: > This patch allows allnoconfig to build cleanly. Well this sortof works. One can again select a memory model but there is only one to choose from. It would be best if the memory model selection would not occur. - To unsubscribe from this list: send the

[PATCH -mm] x86 allnoconfig memory model

2007-11-26 Thread Randy Dunlap
This patch allows allnoconfig to build cleanly. --- From: Randy Dunlap <[EMAIL PROTECTED]> Make allnoconfig on x86_64 build by allowing ARCH_SELECT_MEMORY_MODEL to be enabled on X86 32/64, not just X86_32. Signed-off-by: Randy Dunlap <[EMAIL PROTECTED]> --- arch/x86/Kconfig |2 +- 1 file c