diff options
-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 e5d98ce50f89..42672790ee13 100644 --- a/kernel/hrtimer.c +++ b/kernel/hrtimer.c | |||
@@ -720,8 +720,6 @@ static int hrtimer_switch_to_hres(void) | |||
720 | /* "Retrigger" the interrupt to get things going */ | 720 | /* "Retrigger" the interrupt to get things going */ |
721 | retrigger_next_event(NULL); | 721 | retrigger_next_event(NULL); |
722 | local_irq_restore(flags); | 722 | local_irq_restore(flags); |
723 | printk(KERN_DEBUG "Switched to high resolution mode on CPU %d\n", | ||
724 | smp_processor_id()); | ||
725 | return 1; | 723 | return 1; |
726 | } | 724 | } |
727 | 725 | ||