]> git.baikalelectronics.ru Git - kernel.git/commit
irqchip/gic-v3: Dynamically allocate PPI NMI refcounts
authorMarc Zyngier <maz@kernel.org>
Thu, 18 Jul 2019 11:53:05 +0000 (12:53 +0100)
committerMarc Zyngier <maz@kernel.org>
Tue, 20 Aug 2019 09:23:34 +0000 (10:23 +0100)
commit08a09aa43347cbd227322b0b8b1026bb55f7fdcc
tree065fb86af83a91a476f5c8dca5f6d6eb615b84c2
parent7d8f894ae030f4a7a4ebdc09456f287c6a2f3e73
irqchip/gic-v3: Dynamically allocate PPI NMI refcounts

As we're about to have a variable number of PPIs, let's make the
allocation of the NMI refcounts dynamic. Also apply some minor
cleanups (moving things around).

Signed-off-by: Marc Zyngier <maz@kernel.org>
drivers/irqchip/irq-gic-v3.c