Skip to content

Commit

Permalink
[PATCH] powerpc: Quiet oprofile output at boot
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Olof Johansson authored and Paul Mackerras committed Apr 22, 2006
1 parent 90ddfeb commit 5e1415c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/powerpc/oprofile/common.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 5e1415c

Please sign in to comment.