|
@@ -1696,7 +1696,7 @@ void run_local_timers(void)
|
|
hrtimer_run_queues();
|
|
hrtimer_run_queues();
|
|
/* Raise the softirq only if required. */
|
|
/* Raise the softirq only if required. */
|
|
if (time_before(jiffies, base->clk)) {
|
|
if (time_before(jiffies, base->clk)) {
|
|
- if (!IS_ENABLED(CONFIG_NO_HZ_COMMON) || !base->nohz_active)
|
|
|
|
|
|
+ if (!IS_ENABLED(CONFIG_NO_HZ_COMMON))
|
|
return;
|
|
return;
|
|
/* CPU is awake, so check the deferrable base. */
|
|
/* CPU is awake, so check the deferrable base. */
|
|
base++;
|
|
base++;
|