From: Paul E. McKenney Date: Wed, 3 Sep 2014 19:25:56 +0000 (-0700) Subject: rcu: Avoid IPIing idle CPUs from synchronize_sched_expedited() X-Git-Tag: omap-for-v3.19/fixes-rc1~168^2^2^6~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e0775cefb5ede661dbdc0611d7bf3fcd4640005c;p=pandora-kernel.git rcu: Avoid IPIing idle CPUs from synchronize_sched_expedited() Currently, synchronize_sched_expedited() sends IPIs to all online CPUs, even those that are idle or executing in nohz_full= userspace. Because idle CPUs and nohz_full= userspace CPUs are in extended quiescent states, there is no need to IPI them in the first place. This commit therefore avoids IPIing CPUs that are already in extended quiescent states. Signed-off-by: Paul E. McKenney --- Reading git-diff-tree failed