diff options
Diffstat (limited to 'kernel/hrtimer.c')
-rw-r--r-- | kernel/hrtimer.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/kernel/hrtimer.c b/kernel/hrtimer.c index 6d7020490f94..3e1c36e7998f 100644 --- a/kernel/hrtimer.c +++ b/kernel/hrtimer.c | |||
@@ -726,8 +726,6 @@ static int hrtimer_switch_to_hres(void) | |||
726 | /* "Retrigger" the interrupt to get things going */ | 726 | /* "Retrigger" the interrupt to get things going */ |
727 | retrigger_next_event(NULL); | 727 | retrigger_next_event(NULL); |
728 | local_irq_restore(flags); | 728 | local_irq_restore(flags); |
729 | printk(KERN_DEBUG "Switched to high resolution mode on CPU %d\n", | ||
730 | smp_processor_id()); | ||
731 | return 1; | 729 | return 1; |
732 | } | 730 | } |
733 | 731 | ||