diff options
author | Olof Johansson <olof@lixom.net> | 2006-04-12 15:29:00 -0500 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2006-04-22 18:46:09 +1000 |
commit | 5e1415c3f7d3ad133edb7ce9ca90641cf0f5fe79 (patch) | |
tree | ba8144744acb3cbe4bdacb386f15cdc0b97e9e46 /arch/powerpc/oprofile/common.c | |
parent | 90ddfebec1b450258f85d42f043cfbae450fe47e (diff) |
[PATCH] powerpc: Quiet oprofile output at boot
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>
Diffstat (limited to 'arch/powerpc/oprofile/common.c')
-rw-r--r-- | arch/powerpc/oprofile/common.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/oprofile/common.c b/arch/powerpc/oprofile/common.c index 5b1de7e8041..38a2f9c1718 100644 --- a/arch/powerpc/oprofile/common.c +++ b/arch/powerpc/oprofile/common.c @@ -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; |