From: Paul Gortmaker Date: Thu, 20 Dec 2012 17:35:02 +0000 (-0800) Subject: rcu: Prevent soft-lockup complaints about no-CBs CPUs X-Git-Tag: v3.8-rc7~20^2^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=353af9c9a866b07492b15a4efd18ec93123d3a1d;p=pandora-kernel.git rcu: Prevent soft-lockup complaints about no-CBs CPUs The wait_event() at the head of the rcu_nocb_kthread() can result in soft-lockup complaints if the CPU in question does not register RCU callbacks for an extended period. This commit therefore changes the wait_event() to a wait_event_interruptible(). Reported-by: Frederic Weisbecker Signed-off-by: Paul Gortmaker Signed-off-by: Paul E. McKenney --- Reading git-diff-tree failed