summaryrefslogtreecommitdiffstats
path: root/include/linux/rcutree.h
diff options
context:
space:
mode:
authorLai Jiangshan2010-10-21 05:29:05 +0200
committerPaul E. McKenney2010-11-30 07:01:58 +0100
commit7b27d5475f86186914e54e4a6bb994e9a985337b (patch)
tree36349c88d75497db89956d6721d82c4f889cbc2b /include/linux/rcutree.h
parentrcu: get rid of obsolete "classic" names in TREE_RCU tracing (diff)
downloadkernel-qcow2-linux-7b27d5475f86186914e54e4a6bb994e9a985337b.tar.gz
kernel-qcow2-linux-7b27d5475f86186914e54e4a6bb994e9a985337b.tar.xz
kernel-qcow2-linux-7b27d5475f86186914e54e4a6bb994e9a985337b.zip
rcu,cleanup: move synchronize_sched_expedited() out of sched.c
The first version of synchronize_sched_expedited() used the migration code in the scheduler, and was therefore implemented in kernel/sched.c. However, the more recent version of this code no longer uses the migration code, so this commit moves it to the main RCU source files. Signed-off-by: Lai Jiangshan <laijs@cn.fujitsu.com> Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
Diffstat (limited to 'include/linux/rcutree.h')
-rw-r--r--include/linux/rcutree.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/rcutree.h b/include/linux/rcutree.h
index c0e96833aa73..3a933482734a 100644
--- a/include/linux/rcutree.h
+++ b/include/linux/rcutree.h
@@ -48,6 +48,7 @@ static inline void exit_rcu(void)
#endif /* #else #ifdef CONFIG_TREE_PREEMPT_RCU */
extern void synchronize_rcu_bh(void);
+extern void synchronize_sched_expedited(void);
extern void synchronize_rcu_expedited(void);
static inline void synchronize_rcu_bh_expedited(void)