From: Paul E. McKenney Date: Wed, 14 Jan 2015 21:20:26 +0000 (-0800) Subject: ksoftirqd: Use new cond_resched_rcu_qs() function X-Git-Tag: fixes-v4.0-rc1~182^2^2^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=60479676eb6e9913176d93ebad194e3dc167bc63;p=pandora-kernel.git ksoftirqd: Use new cond_resched_rcu_qs() function Simplify run_ksoftirqd() by using the new cond_resched_rcu_qs() function that conditionally reschedules, but unconditionally supplies an RCU quiescent state. This commit is separate from the previous commit by Calvin Owens because Calvin's approach can be backported, while this commit cannot be. The reason that this commit cannot be backported is that cond_resched_rcu_qs() does not always provide the needed quiescent state in earlier kernels. Signed-off-by: Paul E. McKenney --- Reading git-diff-tree failed