Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=edfed66e17854c312e81a2218f9b0592a555c9a3
Commit:     edfed66e17854c312e81a2218f9b0592a555c9a3
Parent:     129f1d2c5352eea3f7c8af9f8c1006dc0da7be52
Author:     Michael Ellerman <[EMAIL PROTECTED]>
AuthorDate: Mon Oct 29 16:35:29 2007 +1100
Committer:  Thomas Gleixner <[EMAIL PROTECTED]>
CommitDate: Mon Oct 29 09:39:38 2007 +0100

    Quieten hrtimer printk: "Switched to high resolution mode .."
    
    Change the hrtimer printk "Switched to high resolution mode .." to
    be KERN_DEBUG, rather than KERN_INFO. If users need to see this they
    can pass "loglevel" or "debug" on the command line, or check dmesg.
    
    Signed-off-by: Michael Ellerman <[EMAIL PROTECTED]>
    Signed-off-by: Thomas Gleixner <[EMAIL PROTECTED]>
    
     kernel/hrtimer.c |    2 +-
     1 file changed, 1 insertion(+), 1 deletion(-)
---
 kernel/hrtimer.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/kernel/hrtimer.c b/kernel/hrtimer.c
index b6d2ff7..22a2514 100644
--- a/kernel/hrtimer.c
+++ b/kernel/hrtimer.c
@@ -602,7 +602,7 @@ static int hrtimer_switch_to_hres(void)
        /* "Retrigger" the interrupt to get things going */
        retrigger_next_event(NULL);
        local_irq_restore(flags);
-       printk(KERN_INFO "Switched to high resolution mode on CPU %d\n",
+       printk(KERN_DEBUG "Switched to high resolution mode on CPU %d\n",
               smp_processor_id());
        return 1;
 }
-
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