Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
* 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip: hrtimer: Remove overly verbose "switch to high res mode" message
This commit is contained in:
commit
e69a9ac596
@ -726,8 +726,6 @@ static int hrtimer_switch_to_hres(void)
|
|||||||
/* "Retrigger" the interrupt to get things going */
|
/* "Retrigger" the interrupt to get things going */
|
||||||
retrigger_next_event(NULL);
|
retrigger_next_event(NULL);
|
||||||
local_irq_restore(flags);
|
local_irq_restore(flags);
|
||||||
printk(KERN_DEBUG "Switched to high resolution mode on CPU %d\n",
|
|
||||||
smp_processor_id());
|
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user