]> git.ipfire.org Git - thirdparty/linux.git/commit - drivers/irqchip/irq-gic-v3.c
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)
commit81a43273045b116901e569ca27ddf55550f92caf
tree065fb86af83a91a476f5c8dca5f6d6eb615b84c2
parent1a60e1e6439164c06636dce5d32660de505d23c3
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