commit | af94e7ed077d501e6c0d5da89f829f44c83faea4 | [log] [tgz] |
---|---|---|
author | Paul E. McKenney <paulmck@kernel.org> | Thu Jan 09 08:52:15 2025 -0800 |
committer | Paul E. McKenney <paulmck@kernel.org> | Thu Jan 30 10:10:28 2025 -0800 |
tree | 752f9db2e59823c1ab0ab03c6c320a7731ca6086 | |
parent | 1bfd0ef48ea52a8ab5eb4fa3598b41f16e73bff2 [diff] |
rcu: Remove references to old grace-period-wait primitives The rcu_barrier_sched(), synchronize_sched(), and synchronize_rcu_bh() RCU API members have been gone for many years. This commit therefore removes non-historical instances of them. Reported-by: Joe Perches <joe@perches.com> Signed-off-by: Paul E. McKenney <paulmck@kernel.org>