commit | 067a9ad34affddbac408f8980e3382997e5d2639 | [log] [tgz] |
---|---|---|
author | Paul E. McKenney <paulmck@kernel.org> | Tue May 14 11:47:40 2024 -0700 |
committer | Paul E. McKenney <paulmck@kernel.org> | Fri Sep 13 07:23:05 2024 -0700 |
tree | 7d708fb8aca9ea35822e5469a7624255ccf4f97d | |
parent | 21e2b97b7860f5b0ffc761da68534905a5694f3a [diff] |
rcu-tasks: Remove open-coded one-byte cmpxchg() emulation This commit removes the open-coded one-byte cmpxchg() emulation from rcu_trc_cmpxchg_need_qs(), replacing it with just cmpxchg() given the latter's new-found ability to handle single-byte arguments across all architectures. Signed-off-by: Paul E. McKenney <paulmck@kernel.org>