[PATCH] powerpc: Quiet oprofile output at boot
authorOlof Johansson <olof@lixom.net>
Wed, 12 Apr 2006 20:29:00 +0000 (15:29 -0500)
committerPaul Mackerras <paulus@samba.org>
Sat, 22 Apr 2006 08:46:09 +0000 (18:46 +1000)
No need to always print out which performance monitoring type is used
on the console at every boot.

Signed-off-by: Olof Johansson <olof@lixom.net>
Signed-off-by: Paul Mackerras <paulus@samba.org>
arch/powerpc/oprofile/common.c

index 5b1de7e..38a2f9c 100644 (file)
@@ -162,7 +162,7 @@ int __init oprofile_arch_init(struct oprofile_operations *ops)
        ops->stop = op_powerpc_stop;
        ops->backtrace = op_powerpc_backtrace;
 
-       printk(KERN_INFO "oprofile: using %s performance monitoring.\n",
+       printk(KERN_DEBUG "oprofile: using %s performance monitoring.\n",
               ops->cpu_type);
 
        return 0;