]> asedeno.scripts.mit.edu Git - linux.git/commit
rcu: Determine expedited-GP IPI handler at build time
authorPaul E. McKenney <paulmck@linux.ibm.com>
Thu, 29 Nov 2018 17:15:54 +0000 (09:15 -0800)
committerPaul E. McKenney <paulmck@linux.ibm.com>
Fri, 25 Jan 2019 23:28:27 +0000 (15:28 -0800)
commit142d106d5e62ff2cf0dfd2dfe1adfcaff1c2ed85
tree346f24be4070b45272114351689d5f962f265f07
parentc46f497a6151d48cb341e18fdd4dff345f7d253d
rcu: Determine expedited-GP IPI handler at build time

Back when there could be multiple RCU flavors running in the same kernel
at the same time, it was necessary to specify the expedited grace-period
IPI handler at runtime.  Now that there is only one RCU flavor, the
IPI handler can be determined at build time.  There is therefore no
longer any reason for the RCU-preempt and RCU-sched IPI handlers to
have different names, nor is there any reason to pass these handlers in
function arguments and in the data structures enclosing workqueues.

This commit therefore makes all these changes, pushing the specification
of the expedited grace-period IPI handler down to the point of use.

Signed-off-by: Paul E. McKenney <paulmck@linux.ibm.com>
Documentation/RCU/Design/Expedited-Grace-Periods/ExpSchedFlow.svg
Documentation/RCU/Design/Expedited-Grace-Periods/Expedited-Grace-Periods.html
kernel/rcu/tree.h
kernel/rcu/tree_exp.h