]> git.baikalelectronics.ru Git - kernel.git/commit
irqchip/gic-v3-its: Make its_lock a raw_spin_lock_t
authorSebastian Andrzej Siewior <bigeasy@linutronix.de>
Wed, 18 Jul 2018 15:42:04 +0000 (17:42 +0200)
committerMarc Zyngier <marc.zyngier@arm.com>
Mon, 6 Aug 2018 08:16:19 +0000 (09:16 +0100)
commit3f4874d0fd065b61b0e7090535715f06408d322a
tree167b633cb68b5191c22479708a93ff5d9faa45f3
parent3a34d6582a802348caa093d7f47b75f8688d960b
irqchip/gic-v3-its: Make its_lock a raw_spin_lock_t

The its_lock lock is held while a new device is added to the list and
during setup while the CPU is booted. Even on -RT the CPU-bootup is
performed with disabled interrupts.

Make its_lock a raw_spin_lock_t.

Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
Signed-off-by: Marc Zyngier <marc.zyngier@arm.com>
drivers/irqchip/irq-gic-v3-its.c