Re: 2.6.11-mm1 (x86-abstract-discontigmem-setup.patch)

2005-03-07 Thread Dave Hansen
On Sun, 2005-03-06 at 01:21 +0200, Alexey Dobriyan wrote: > On Saturday 05 March 2005 20:58, Dave Hansen wrote: > > On Sat, 2005-03-05 at 15:35 +0200, Alexey Dobriyan wrote: > > > > + } > > > > + printk(KERN_DEBUG "\n"); > > > ^^ > > > > +} > > > > > > Too much KERN_DE

Re: 2.6.11-mm1 (x86-abstract-discontigmem-setup.patch)

2005-03-07 Thread Dave Hansen
I hit send on that other one accidentally... I believe the attached patch should fix the extra output. Compiles on my normal summit discontig configuration. Andrew, please apply some time after x86-abstract-discontigmem-setup-fix.patch in your series. -- Dave --- clean-dave/arch/i386/mm/dis

Re: 2.6.11-mm1 (x86-abstract-discontigmem-setup.patch)

2005-03-05 Thread Alexey Dobriyan
On Saturday 05 March 2005 20:58, Dave Hansen wrote: > On Sat, 2005-03-05 at 15:35 +0200, Alexey Dobriyan wrote: > > > + } > > > + printk(KERN_DEBUG "\n"); > >^^ > > > +} > > > > Too much KERN_DEBUG. > > On my system, that ends up printing out 4 or 5 lines of output per node, >

Re: 2.6.11-mm1 (x86-abstract-discontigmem-setup.patch)

2005-03-05 Thread Dave Hansen
On Sat, 2005-03-05 at 15:35 +0200, Alexey Dobriyan wrote: > > + } > > + printk(KERN_DEBUG "\n"); > ^^ > > +} > > Too much KERN_DEBUG. On my system, that ends up printing out 4 or 5 lines of output per node, but it's quite invaluable if you're debugging early memory setup

Re: 2.6.11-mm1 (x86-abstract-discontigmem-setup.patch)

2005-03-05 Thread Alexey Dobriyan
> --- 25/arch/i386/mm/discontig.c~x86-abstract-discontigmem-setup > +++ 25-akpm/arch/i386/mm/discontig.c > +void memory_present(int nid, unsigned long start, unsigned long end) > +{ > + unsigned long pfn; > + > + printk(KERN_INFO "Node: %d, start_pfn: %ld, end_pfn: %ld\n", > +