aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/oprofile
diff options
context:
space:
mode:
authorOlof Johansson <olof@lixom.net>2006-04-12 15:29:00 -0500
committerPaul Mackerras <paulus@samba.org>2006-04-22 18:46:09 +1000
commit5e1415c3f7d3ad133edb7ce9ca90641cf0f5fe79 (patch)
treeba8144744acb3cbe4bdacb386f15cdc0b97e9e46 /arch/powerpc/oprofile
parent[PATCH] powerpc: Quiet rtasd output at boot (diff)
downloadlinux-dev-5e1415c3f7d3ad133edb7ce9ca90641cf0f5fe79.tar.xz
linux-dev-5e1415c3f7d3ad133edb7ce9ca90641cf0f5fe79.zip
[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')
-rw-r--r--arch/powerpc/oprofile/common.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/oprofile/common.c b/arch/powerpc/oprofile/common.c
index 5b1de7e8041e..38a2f9c17187 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;