aboutsummaryrefslogtreecommitdiff
path: root/kernel/hrtimer.c
diff options
context:
space:
mode:
authorRoland Dreier <rdreier@cisco.com>2009-09-24 14:07:55 -0700
committerIngo Molnar <mingo@elte.hu>2009-09-26 16:58:09 +0200
commitd3f6302e7e51b41af86c6496ffb2f95e8f2179df (patch)
treef3283cb08fd13be12354359d21975dd2a2ea96ff /kernel/hrtimer.c
parent89133f93508137231251543d1732da638e6022e1 (diff)
hrtimer: Remove overly verbose "switch to high res mode" message
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 <rolandd@cisco.com> LKML-Reference: <ada1vlw126s.fsf_-_@cisco.com> Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'kernel/hrtimer.c')
-rw-r--r--kernel/hrtimer.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/kernel/hrtimer.c b/kernel/hrtimer.c
index e5d98ce50f8..42672790ee1 100644
--- a/kernel/hrtimer.c
+++ b/kernel/hrtimer.c
@@ -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;
}