diff options
author | Frederic Weisbecker <frederic@kernel.org> | 2023-09-08 22:36:00 +0200 |
---|---|---|
committer | Frederic Weisbecker <frederic@kernel.org> | 2023-10-04 22:25:28 +0200 |
commit | 2cb1f6e9a743af58a23cf14563b5eada1e0d3fde (patch) | |
tree | 60bbf767d24c0c5d23e1d4c7bc599e173db444b6 /Documentation/RCU | |
parent | c964c1f5ee96e1460606d44f80a47bdacd8fe568 (diff) |
rcu: Conditionally build CPU-hotplug teardown callbacks
Among the three CPU-hotplug teardown RCU callbacks, two of them early
exit if CONFIG_HOTPLUG_CPU=n, and one is left unchanged. In any case
all of them have an implementation when CONFIG_HOTPLUG_CPU=n.
Align instead with the common way to deal with CPU-hotplug teardown
callbacks and provide a proper stub when they are not supported.
Reviewed-by: Paul E. McKenney <paulmck@kernel.org>
Signed-off-by: Frederic Weisbecker <frederic@kernel.org>
Diffstat (limited to 'Documentation/RCU')
0 files changed, 0 insertions, 0 deletions