From: Paul E. McKenney Date: Tue, 24 Jan 2012 01:05:46 +0000 (-0800) Subject: rcu: Move synchronize_sched_expedited() to rcutree.c X-Git-Tag: v3.4-rc1~194^2^2~13 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3d3b7db0a22085cfc05c3318b9874f7fb8266d18;p=pandora-kernel.git rcu: Move synchronize_sched_expedited() to rcutree.c Now that TREE_RCU and TREE_PREEMPT_RCU no longer do anything different for the single-CPU case, there is no need for multiple definitions of synchronize_sched_expedited(). It is no longer in any sense a plug-in, so move it from kernel/rcutree_plugin.h to kernel/rcutree.c. Signed-off-by: Paul E. McKenney Signed-off-by: Paul E. McKenney --- Reading git-diff-tree failed