linux_dsm_epyc7002/kernel/rcu
Paul E. McKenney 358be2d368 rcu: Remove RCU_STATE_INITIALIZER()
Now that a given build of the Linux kernel has only one set of rcu_state,
rcu_node, and rcu_data structures, there is no point in creating a macro
to declare and compile-time initialize them.  This commit therefore
just does normal declaration and compile-time initialization of these
structures.  While in the area, this commit also removes #ifndefs of
the no-longer-ever-defined preprocessor macro RCU_TREE_NONCORE.

Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
2018-08-30 16:02:47 -07:00
..
Kconfig rcu: Update comments and help text for no more RCU-bh updaters 2018-08-30 16:02:42 -07:00
Kconfig.debug
Makefile
rcu_segcblist.c
rcu_segcblist.h
rcu.h
rcuperf.c
rcutorture.c rcutorture: Test extended "rcu" read-side critical sections 2018-08-30 16:02:35 -07:00
srcutiny.c
srcutree.c
sync.c
tiny.c rcu: Express Tiny RCU updates in terms of RCU rather than RCU-sched 2018-08-30 16:02:46 -07:00
tree_exp.h rcu: Define RCU-sched API in terms of RCU for Tree RCU PREEMPT builds 2018-08-30 16:02:45 -07:00
tree_plugin.h rcu: Define RCU-sched API in terms of RCU for Tree RCU PREEMPT builds 2018-08-30 16:02:45 -07:00
tree.c rcu: Remove RCU_STATE_INITIALIZER() 2018-08-30 16:02:47 -07:00
tree.h rcu: Remove RCU_STATE_INITIALIZER() 2018-08-30 16:02:47 -07:00
update.c rcu: Update comments and help text for no more RCU-bh updaters 2018-08-30 16:02:42 -07:00