[POWERPC] Silence an annoying boot message
authorStephen Rothwell <sfr@canb.auug.org.au>
Tue, 13 Nov 2007 04:41:49 +0000 (15:41 +1100)
committerPaul Mackerras <paulus@samba.org>
Tue, 13 Nov 2007 05:23:47 +0000 (16:23 +1100)
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 <sfr@canb.auug.org.au>
Acked-by: Olof Johansson <olof@lixom.net>
Signed-off-by: Paul Mackerras <paulus@samba.org>

No differences found