commit | cfc6b937019d2d4286652ada77d4584665098cee | [log] [tgz] |
---|---|---|
author | Paul E. McKenney <paulmck@kernel.org> | Tue May 14 11:47:40 2024 -0700 |
committer | Paul E. McKenney <paulmck@kernel.org> | Thu Jul 18 10:57:23 2024 -0700 |
tree | ad205a61bc86f13f097e2a0661a71e08ec54bb31 | |
parent | 79e33f7993deeaf9b85a48a30c4123a045d858f0 [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>