diff options
| author | Ankur Arora <[email protected]> | 2024-12-13 04:06:53 +0000 |
|---|---|---|
| committer | Boqun Feng <[email protected]> | 2025-02-05 15:01:55 +0000 |
| commit | 4dca1af414fb1f27c3350a65820cb0b91178e8fe (patch) | |
| tree | c0bb64d8edab2e1a77cc753438b40948a0445eab /tools/perf/scripts/python/event_analyzing_sample.py | |
| parent | rcu: fix header guard for rcu_all_qs() (diff) | |
| download | kernel-4dca1af414fb1f27c3350a65820cb0b91178e8fe.tar.gz kernel-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 <[email protected]>
Reviewed-by: Frederic Weisbecker <[email protected]>
Reviewed-by: Sebastian Andrzej Siewior <[email protected]>
Signed-off-by: Ankur Arora <[email protected]>
Signed-off-by: Paul E. McKenney <[email protected]>
Signed-off-by: Boqun Feng <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/event_analyzing_sample.py')
0 files changed, 0 insertions, 0 deletions
