diff options
-rw-r--r-- | kernel/time/tick-sched.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/time/tick-sched.c b/kernel/time/tick-sched.c index a40260885265..2bc73d3bf7fa 100644 --- a/kernel/time/tick-sched.c +++ b/kernel/time/tick-sched.c | |||
@@ -794,7 +794,7 @@ void tick_check_idle(int cpu) | |||
794 | #ifdef CONFIG_HIGH_RES_TIMERS | 794 | #ifdef CONFIG_HIGH_RES_TIMERS |
795 | /* | 795 | /* |
796 | * We rearm the timer until we get disabled by the idle code. | 796 | * We rearm the timer until we get disabled by the idle code. |
797 | * Called with interrupts disabled and timer->base->cpu_base->lock held. | 797 | * Called with interrupts disabled. |
798 | */ | 798 | */ |
799 | static enum hrtimer_restart tick_sched_timer(struct hrtimer *timer) | 799 | static enum hrtimer_restart tick_sched_timer(struct hrtimer *timer) |
800 | { | 800 | { |