diff options
Diffstat (limited to 'kernel/timer.c')
-rw-r--r-- | kernel/timer.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/kernel/timer.c b/kernel/timer.c index aeb6a54f2771..e8de5eb07a02 100644 --- a/kernel/timer.c +++ b/kernel/timer.c | |||
@@ -1225,7 +1225,6 @@ void run_local_timers(void) | |||
1225 | { | 1225 | { |
1226 | hrtimer_run_queues(); | 1226 | hrtimer_run_queues(); |
1227 | raise_softirq(TIMER_SOFTIRQ); | 1227 | raise_softirq(TIMER_SOFTIRQ); |
1228 | softlockup_tick(); | ||
1229 | } | 1228 | } |
1230 | 1229 | ||
1231 | /* | 1230 | /* |