Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=2d4fa2f665e0585cae62c3a1ea85d82ee523c8ef
Commit:     2d4fa2f665e0585cae62c3a1ea85d82ee523c8ef
Parent:     7b0b8207e07f3f3ce01af37b78024c60e9f4b1f5
Author:     Dan Aloni <[EMAIL PROTECTED]>
AuthorDate: Sat Jul 21 17:11:20 2007 +0200
Committer:  Linus Torvalds <[EMAIL PROTECTED]>
CommitDate: Sat Jul 21 18:37:12 2007 -0700

    x86_64: lower printk severity
    
    Signed-off-by: Dan Aloni <[EMAIL PROTECTED]>
    Signed-off-by: Andrew Morton <[EMAIL PROTECTED]>
    Signed-off-by: Andi Kleen <[EMAIL PROTECTED]>
    Signed-off-by: Linus Torvalds <[EMAIL PROTECTED]>
---
 arch/x86_64/kernel/process.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/arch/x86_64/kernel/process.c b/arch/x86_64/kernel/process.c
index bbfc957..92fade4 100644
--- 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;
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to