| commit | 88346761eea287a4df8958e93e3ba7cd3db91f6f | [log] [tgz] |
|---|---|---|
| author | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | Fri May 26 16:16:40 2017 -0700 |
| committer | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | Wed May 31 11:07:36 2017 -0700 |
| tree | ee774bfb9acc31a885150f968fb8066d8c37865f | |
| parent | 8d8bf6fab00d719a7d8895521c102b3c9df8491b [diff] |
srcu: Move rcu_scheduler_starting() from Tiny RCU to Tiny SRCU Other than lockdep support, Tiny RCU has no need for the scheduler status. However, Tiny SRCU will need this to control boot-time behavior independent of lockdep. Therefore, this commit moves rcu_scheduler_starting() from kernel/rcu/tiny_plugin.h to kernel/rcu/srcutiny.c. This in turn allows the complete removal of kernel/rcu/tiny_plugin.h. Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>