Re: [PATCH] [POWERPC] Silence an annoying boot message

2007-11-12 Thread Olof Johansson
On Tue, Nov 13, 2007 at 03:41:49PM +1100, Stephen Rothwell wrote: > vmemmap_populate will printk (with KERN_WARNING) for a lot of pages > if CONFIG_SPARSEMEM_VMEMMAP is enabled (at least it does on iSeries). > Use pr_debug for it instead. > > Replace the only other use of DBG in this file with pr_

Re: [PATCH] [POWERPC] Silence an annoying boot message

2007-11-12 Thread Benjamin Herrenschmidt
> Please use pr_debug() instead. > > Feel free to change the only other DBG() user in the file as well, > and take out the define of it And for those who wonder where those DBG() come from, it's mostly me, from a time when either pr_debug wasn't around, or because I wanted to hook it to udbg_pri

Re: [PATCH] [POWERPC] Silence an annoying boot message

2007-11-11 Thread Olof Johansson
Hi Stephen, On Mon, Nov 12, 2007 at 01:53:39PM +1100, Stephen Rothwell wrote: > vmemmap_populate will printk (with KERN_WARNING) for a lot of pages > if CONFIG_SPARSEMEM_VMEMMAP is enabled (at least it does on iSeries). > Turn it into a DEBUG message. [...] > diff --git a/arch/powerpc/mm/init_64.c