diff options
| author | Paul E. McKenney <paulmck@kernel.org> | 2026-05-07 16:00:18 -0700 |
|---|---|---|
| committer | Paul E. McKenney <paulmck@kernel.org> | 2026-07-15 15:28:41 -0700 |
| commit | ade2e3c3aede458c8ffed62ef0320aeb60a53a92 (patch) | |
| tree | d090d7a15675a9ada34f4fcc25ff1b8a81df2c3f | |
| parent | a13c140cc289c0b7b3770bce5b3ad42ab35074aa (diff) | |
| download | linux-next-ade2e3c3aede458c8ffed62ef0320aeb60a53a92.tar.gz linux-next-ade2e3c3aede458c8ffed62ef0320aeb60a53a92.zip | |
rcu-tasks: TASKS_TRACE_RCU doesn't need IRQ_WORK
Now that Tasks Trace RCU is implemented in terms of SRCU, it no longer
has any particular need for the IRQ_WORK Kconfig option. This commit
therefore removes the "select IRQ_WORK" from the TASKS_TRACE_RCU Kconfig
option.
Signed-off-by: Paul E. McKenney <paulmck@kernel.org>
| -rw-r--r-- | kernel/rcu/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/kernel/rcu/Kconfig b/kernel/rcu/Kconfig index 762299291e09..332df7a7a634 100644 --- a/kernel/rcu/Kconfig +++ b/kernel/rcu/Kconfig @@ -140,7 +140,6 @@ config FORCE_TASKS_TRACE_RCU config TASKS_TRACE_RCU bool default n - select IRQ_WORK config TASKS_TRACE_RCU_NO_MB bool "Override RCU Tasks Trace inclusion of read-side memory barriers" |
