diff options
author | 2024-12-12 20:06:52 -0800 | |
---|---|---|
committer | 2025-02-05 07:01:55 -0800 | |
commit | ad6b5b73ff565e88aca7a7d1286788d80c97ba71 (patch) | |
tree | 763a15d4fe1504352bc06fc7fa585a8a5d58bc65 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | Linux 6.14-rc1 (diff) | |
download | linux-rng-ad6b5b73ff565e88aca7a7d1286788d80c97ba71.tar.xz linux-rng-ad6b5b73ff565e88aca7a7d1286788d80c97ba71.zip |
rcu: fix header guard for rcu_all_qs()
rcu_all_qs() is defined for !CONFIG_PREEMPT_RCU but the declaration
is conditioned on CONFIG_PREEMPTION.
With CONFIG_PREEMPT_LAZY, CONFIG_PREEMPTION=y does not imply
CONFIG_PREEMPT_RCU=y.
Decouple the two.
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