projects
/
kernel
/
kernel-generic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7b0b820
)
x86_64: lower printk severity
author
Dan Aloni
<da-x@monatomic.org>
Sat, 21 Jul 2007 15:11:20 +0000
(17:11 +0200)
committer
Linus Torvalds
<torvalds@woody.linux-foundation.org>
Sun, 22 Jul 2007 01:37:12 +0000
(18:37 -0700)
Signed-off-by: Dan Aloni <da-x@monatomic.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Andi Kleen <ak@suse.de>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
arch/x86_64/kernel/process.c
patch
|
blob
|
history
diff --git
a/arch/x86_64/kernel/process.c
b/arch/x86_64/kernel/process.c
index
bbfc957
..
92fade4
100644
(file)
--- a/
arch/x86_64/kernel/process.c
+++ b/
arch/x86_64/kernel/process.c
@@
-279,7
+279,7
@@
void __cpuinit select_idle_routine(const struct cpuinfo_x86 *c)
*/
if (!pm_idle) {
if (!printed) {
- printk("using mwait in idle threads.\n");
+ printk(
KERN_INFO
"using mwait in idle threads.\n");
printed = 1;
}
pm_idle = mwait_idle;