diff options
author | 2024-12-12 20:06:53 -0800 | |
---|---|---|
committer | 2025-02-05 07:01:55 -0800 | |
commit | 4dca1af414fb1f27c3350a65820cb0b91178e8fe (patch) | |
tree | c0bb64d8edab2e1a77cc753438b40948a0445eab /tools/perf/scripts/python/export-to-postgresql.py | |
parent | rcu: fix header guard for rcu_all_qs() (diff) | |
download | linux-rng-4dca1af414fb1f27c3350a65820cb0b91178e8fe.tar.xz linux-rng-4dca1af414fb1f27c3350a65820cb0b91178e8fe.zip |
rcu: rename PREEMPT_AUTO to PREEMPT_LAZY
Replace mentions of PREEMPT_AUTO with PREEMPT_LAZY.
Also, since PREMPT_LAZY implies PREEMPTION, we can reduce the
TASKS_RCU selection criteria from this:
NEED_TASKS_RCU && (PREEMPTION || PREEMPT_AUTO)
to this:
NEED_TASKS_RCU && PREEMPTION
CC: Paul E. McKenney <paulmck@kernel.org>
Reviewed-by: Frederic Weisbecker <frederic@kernel.org>
Reviewed-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
Signed-off-by: Ankur Arora <ankur.a.arora@oracle.com>
Signed-off-by: Paul E. McKenney <paulmck@kernel.org>
Signed-off-by: Boqun Feng <boqun.feng@gmail.com>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions