Re: [PATCH] [POWERPC] Silence an annoying boot message
From: Olof Johansson <hidden> Date: 2007-11-13 04:50:46
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_debug as well.
Signed-off-by: Stephen Rothwell <redacted>