Re: [PATCH 4/5] Fix the configuration dependencies

2007-11-27 Thread Christoph Lameter
On Tue, 27 Nov 2007, Ken'ichi Ohmichi wrote: > I guess that Christoph Lameter deleted the above part (which is added > by the attached patch again) with the other part of discontigmem lines, > because it depended on CONFIG_ARCH_DISCONTIGMEM_ENABLE. > But the dependency was wrong, and it should dep

Re: [PATCH 4/5] Fix the configuration dependencies

2007-11-27 Thread Ken'ichi Ohmichi
Hi Andrew, Andrew Morton wrote: >> diff -rpuN a/arch/x86/kernel/machine_kexec_64.c >> b/arch/x86/kernel/machine_kexec_64.c >> --- a/arch/x86/kernel/machine_kexec_64.c 2007-11-14 15:39:19.0 >> +0900 >> +++ b/arch/x86/kernel/machine_kexec_64.c 2007-11-14 15:39:33.0 >> +09

Re: [PATCH 4/5] Fix the configuration dependencies

2007-11-25 Thread Andrew Morton
On Fri, 16 Nov 2007 11:33:20 +0900 "Ken'ichi Ohmichi" <[EMAIL PROTECTED]> wrote: > > This patch fixes the configuration dependencies in the vmcoreinfo data. > > i386's "node_data" is defined in arch/x86/mm/discontig_32.c, > and x86_64's one is defined in arch/x86/mm/numa_64.c. > They depend on C

Re: [PATCH 4/5] Fix the configuration dependencies

2007-11-20 Thread Ken'ichi Ohmichi
Hi Simon, Thank you for reviewing and your "Acked-by" signs. Simon Horman wrote: > On Fri, Nov 16, 2007 at 11:33:20AM +0900, Ken'ichi Ohmichi wrote: >> This patch fixes the configuration dependencies in the vmcoreinfo data. >> >> i386's "node_data" is defined in arch/x86/mm/discontig_32.c, >> an

Re: [PATCH 4/5] Fix the configuration dependencies

2007-11-16 Thread Simon Horman
On Fri, Nov 16, 2007 at 11:33:20AM +0900, Ken'ichi Ohmichi wrote: > > This patch fixes the configuration dependencies in the vmcoreinfo data. > > i386's "node_data" is defined in arch/x86/mm/discontig_32.c, > and x86_64's one is defined in arch/x86/mm/numa_64.c. > They depend on CONFIG_NUMA: >

[PATCH 4/5] Fix the configuration dependencies

2007-11-15 Thread Ken'ichi Ohmichi
This patch fixes the configuration dependencies in the vmcoreinfo data. i386's "node_data" is defined in arch/x86/mm/discontig_32.c, and x86_64's one is defined in arch/x86/mm/numa_64.c. They depend on CONFIG_NUMA: arch/x86/mm/Makefile_32:7 obj-$(CONFIG_NUMA) += discontig_32.o arch/x86/mm