From 5e893d31ae07a9ce30e5a4e0a000f48d92a3a6e0 Mon Sep 17 00:00:00 2001 From: "Paul E. McKenney" Date: Mon, 23 Apr 2012 10:06:39 -0700 Subject: [PATCH] --- yaml --- r: 302739 b: refs/heads/master c: 79b9a75fb703b6a2670e46b9dc495af5bc7029b3 h: refs/heads/master i: 302737: 8a525c4784137d04904adcd14c5b79d16c305f8d 302735: c1fc25c4600b48984c359637bf699b6447d32c5b v: v3 --- [refs] | 2 +- trunk/kernel/rcutree_plugin.h | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index 18ff8c0ea671..ebe40e12a7dc 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: c57afe80db4e169135eb675acc2d241e26cc064e +refs/heads/master: 79b9a75fb703b6a2670e46b9dc495af5bc7029b3 diff --git a/trunk/kernel/rcutree_plugin.h b/trunk/kernel/rcutree_plugin.h index 50c17975d4f4..ad61da79b311 100644 --- a/trunk/kernel/rcutree_plugin.h +++ b/trunk/kernel/rcutree_plugin.h @@ -2065,6 +2065,7 @@ static bool rcu_cpu_has_nonlazy_callbacks(int cpu) */ static void rcu_idle_gp_timer_func(unsigned long unused) { + WARN_ON_ONCE(1); /* Getting here can hang the system... */ trace_rcu_prep_idle("Timer"); }