]> Git Repo - J-linux.git/commitdiff
hrtimer: Remove overly verbose "switch to high res mode" message
authorRoland Dreier <[email protected]>
Thu, 24 Sep 2009 21:07:55 +0000 (14:07 -0700)
committerIngo Molnar <[email protected]>
Sat, 26 Sep 2009 14:58:09 +0000 (16:58 +0200)
On big systems, printing <number of CPUs> copies of

    Switched to high resolution mode on CPU nnn

clutters up the kernel log for minimal gain.  Just get rid of them.

Signed-off-by: Roland Dreier <[email protected]>
LKML-Reference: <[email protected]>
Signed-off-by: Ingo Molnar <[email protected]>
kernel/hrtimer.c

index e5d98ce50f89ffc279cbc9a659abd38d2abb3008..42672790ee13ad8bf234ce5191f4145a737c8a1b 100644 (file)
@@ -720,8 +720,6 @@ static int hrtimer_switch_to_hres(void)
        /* "Retrigger" the interrupt to get things going */
        retrigger_next_event(NULL);
        local_irq_restore(flags);
-       printk(KERN_DEBUG "Switched to high resolution mode on CPU %d\n",
-              smp_processor_id());
        return 1;
 }
 
This page took 0.057041 seconds and 4 git commands to generate.