summaryrefslogtreecommitdiff
path: root/scripts/lib/kdoc/kdoc_files.py
diff options
context:
space:
mode:
authorSebastian Andrzej Siewior <bigeasy@linutronix.de>2024-06-20 16:21:59 +0300
committerJakub Kicinski <kuba@kernel.org>2024-06-25 02:41:23 +0300
commita8760d0d1497878d01f901ef2038c7389187a8af (patch)
tree2efe0cacd6593d2b30543c02a67d56f3723d280a /scripts/lib/kdoc/kdoc_files.py
parentecefbc09e8ee768ae85b7bb7a1de8c8287397d68 (diff)
downloadlinux-a8760d0d1497878d01f901ef2038c7389187a8af.tar.xz
dev: Remove PREEMPT_RT ifdefs from backlog_lock.*().
The backlog_napi locking (previously RPS) relies on explicit locking if either RPS or backlog NAPI is enabled. If both are disabled then locking was achieved by disabling interrupts except on PREEMPT_RT. PREEMPT_RT was excluded because the needed synchronisation was already provided local_bh_disable(). Since the introduction of backlog NAPI and making it mandatory for PREEMPT_RT the ifdef within backlog_lock.*() is obsolete and can be removed. Remove the ifdefs in backlog_lock.*(). Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de> Link: https://patch.msgid.link/20240620132727.660738-10-bigeasy@linutronix.de Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'scripts/lib/kdoc/kdoc_files.py')
0 files changed, 0 insertions, 0 deletions