mirror of
https://github.com/torvalds/linux.git
synced 2024-12-31 23:31:29 +00:00
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>
This commit is contained in:
parent
89133f9350
commit
d3f6302e7e
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user