-
- Downloads
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>
Showing
- include/linux/rcupdate.h 0 additions, 1 deletioninclude/linux/rcupdate.h
- include/linux/rcutiny.h 5 additions, 0 deletionsinclude/linux/rcutiny.h
- include/linux/rcutree.h 1 addition, 0 deletionsinclude/linux/rcutree.h
- kernel/rcutree_plugin.h 71 additions, 0 deletionskernel/rcutree_plugin.h
- kernel/sched.c 0 additions, 69 deletionskernel/sched.c
Loading
Please register or sign in to comment