[PATCH] hrtimer: Remove overly verbose "switch to high res mode" message

From: Roland Dreier
Date: Thu Sep 24 2009 - 17:08:02 EST


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@xxxxxxxxx>
---
> Yeah. The switched-to message could be eliminated altogether.

easy enough...

kernel/hrtimer.c | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/kernel/hrtimer.c b/kernel/hrtimer.c
index e5d98ce..4267279 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;
}

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/