diff options
Diffstat (limited to 'kernel/time/timer.c')
-rw-r--r-- | kernel/time/timer.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/time/timer.c b/kernel/time/timer.c index 89a9e1b4264a..0bcf00e3ce48 100644 --- a/kernel/time/timer.c +++ b/kernel/time/timer.c | |||
@@ -1696,7 +1696,7 @@ void run_local_timers(void) | |||
1696 | hrtimer_run_queues(); | 1696 | hrtimer_run_queues(); |
1697 | /* Raise the softirq only if required. */ | 1697 | /* Raise the softirq only if required. */ |
1698 | if (time_before(jiffies, base->clk)) { | 1698 | if (time_before(jiffies, base->clk)) { |
1699 | if (!IS_ENABLED(CONFIG_NO_HZ_COMMON) || !base->nohz_active) | 1699 | if (!IS_ENABLED(CONFIG_NO_HZ_COMMON)) |
1700 | return; | 1700 | return; |
1701 | /* CPU is awake, so check the deferrable base. */ | 1701 | /* CPU is awake, so check the deferrable base. */ |
1702 | base++; | 1702 | base++; |