]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
[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)
commit6548d83a37a570b0050e60565937bbb582545d96
treef2b9df74c33da45a90cb2e47edc90d891bdd21d7
parentb7a2da1199d2ba2a870b137d6b4c2a538ab68c38
[POWERPC] Silence an annoying boot message

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>
arch/powerpc/mm/init_64.c