aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
diff options
context:
space:
mode:
Diffstat (limited to 'kernel')
-rw-r--r--kernel/rcutree_plugin.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/kernel/rcutree_plugin.h b/kernel/rcutree_plugin.h
index c023464816be..1e561ab952a3 100644
--- a/kernel/rcutree_plugin.h
+++ b/kernel/rcutree_plugin.h
@@ -2085,6 +2085,7 @@ static void rcu_prepare_for_idle_init(int cpu)
2085static void rcu_cleanup_after_idle(int cpu) 2085static void rcu_cleanup_after_idle(int cpu)
2086{ 2086{
2087 hrtimer_cancel(&per_cpu(rcu_idle_gp_timer, cpu)); 2087 hrtimer_cancel(&per_cpu(rcu_idle_gp_timer, cpu));
2088 trace_rcu_prep_idle("Cleanup after idle");
2088} 2089}
2089 2090
2090/* 2091/*