From: Olof Johansson Date: Wed, 12 Apr 2006 20:29:00 +0000 (-0500) Subject: [PATCH] powerpc: Quiet oprofile output at boot X-Git-Tag: v2.6.18-rc1~1081^2~225^2~133 X-Git-Url: http://ftp.safe.ca/?a=commitdiff_plain;h=5e1415c3f7d3ad133edb7ce9ca90641cf0f5fe79;p=safe%2Fjmp%2Flinux-2.6 [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 Signed-off-by: Paul Mackerras --- diff --git a/arch/powerpc/oprofile/common.c b/arch/powerpc/oprofile/common.c index 5b1de7e..38a2f9c 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;