aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 50c17975d4f4..ad61da79b311 100644
--- a/kernel/rcutree_plugin.h
+++ b/kernel/rcutree_plugin.h
@@ -2065,6 +2065,7 @@ static bool rcu_cpu_has_nonlazy_callbacks(int cpu)
2065 */ 2065 */
2066static void rcu_idle_gp_timer_func(unsigned long unused) 2066static void rcu_idle_gp_timer_func(unsigned long unused)
2067{ 2067{
2068 WARN_ON_ONCE(1); /* Getting here can hang the system... */
2068 trace_rcu_prep_idle("Timer"); 2069 trace_rcu_prep_idle("Timer");
2069} 2070}
2070 2071