From: Paul E. McKenney Date: Thu, 23 Oct 2014 17:50:41 +0000 (-0700) Subject: rcu: Kick rcuo kthreads after their CPU goes offline X-Git-Tag: omap-for-v3.19/fixes-rc1~168^2^2^6~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=776d680711f4836964f3005ee53794661ca74629;p=pandora-kernel.git rcu: Kick rcuo kthreads after their CPU goes offline If a no-CBs CPU were to post an RCU callback with interrupts disabled after it entered the idle loop for the last time, there might be no deferred wakeup for the corresponding rcuo kthreads. This commit therefore adds a set of calls to do_nocb_deferred_wakeup() after the CPU has gone completely offline. Signed-off-by: Paul E. McKenney --- Reading git-diff-tree failed