diff options
author | Thomas Gleixner <tglx@linutronix.de> | 2025-03-13 15:31:27 +0100 |
---|---|---|
committer | Thomas Gleixner <tglx@linutronix.de> | 2025-04-07 09:43:20 +0200 |
commit | b00bee8afaca47fd4f716488eb3663ac1f0abc31 (patch) | |
tree | 29e4710f9aae6356a109c561b1b72deb62c8467f /scripts/generate_rust_analyzer.py | |
parent | 9949aec666eb3e55522409f243fa6e873424fdc5 (diff) |
irqchip: Convert generic irqchip locking to guards
Conversion was done with Coccinelle and a few manual fixups.
In a few interrupt chip callbacks this changes replaces
raw_spin_lock_irqsave() with a guard(raw_spinlock). That's intended and
correct because those interrupt chip callbacks are invoked with the
interrupt descriptor lock held and interrupts disabled. No point in using
the irqsave variant.
No functional change.
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Reviewed-by: Linus Walleij <linus.walleij@linaro.org>
Link: https://lore.kernel.org/all/20250313142524.325627746@linutronix.de
Diffstat (limited to 'scripts/generate_rust_analyzer.py')
0 files changed, 0 insertions, 0 deletions