diff options
Diffstat (limited to 'kernel/rcu')
-rw-r--r-- | kernel/rcu/tree_plugin.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/kernel/rcu/tree_plugin.h b/kernel/rcu/tree_plugin.h index 0ef80a0bbabb..d72fa24f2312 100644 --- a/kernel/rcu/tree_plugin.h +++ b/kernel/rcu/tree_plugin.h | |||
@@ -1432,8 +1432,6 @@ module_param(rcu_idle_gp_delay, int, 0644); | |||
1432 | static int rcu_idle_lazy_gp_delay = RCU_IDLE_LAZY_GP_DELAY; | 1432 | static int rcu_idle_lazy_gp_delay = RCU_IDLE_LAZY_GP_DELAY; |
1433 | module_param(rcu_idle_lazy_gp_delay, int, 0644); | 1433 | module_param(rcu_idle_lazy_gp_delay, int, 0644); |
1434 | 1434 | ||
1435 | extern int tick_nohz_active; | ||
1436 | |||
1437 | /* | 1435 | /* |
1438 | * Try to advance callbacks for all flavors of RCU on the current CPU, but | 1436 | * Try to advance callbacks for all flavors of RCU on the current CPU, but |
1439 | * only if it has been awhile since the last time we did so. Afterwards, | 1437 | * only if it has been awhile since the last time we did so. Afterwards, |