projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
90ddfeb
)
[PATCH] powerpc: Quiet oprofile output at boot
author
Olof Johansson
<olof@lixom.net>
Wed, 12 Apr 2006 20:29:00 +0000
(15:29 -0500)
committer
Paul 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
patch
|
blob
|
blame
|
history
diff --git
a/arch/powerpc/oprofile/common.c
b/arch/powerpc/oprofile/common.c
index 5b1de7e8041edc68f0e1abee231fe501beed6afd..38a2f9c171878a7a6f6d790e2e58e6a6f6b91249 100644
(file)
--- 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;