irqchip/gic-v3-its: Count additional LPIs for the aliased devices
authorMarc Zyngier <marc.zyngier@arm.com>
Fri, 2 Oct 2015 15:44:06 +0000 (16:44 +0100)
committerThomas Gleixner <tglx@linutronix.de>
Fri, 2 Oct 2015 18:51:41 +0000 (20:51 +0200)
commit791c76d58465a248cbd1ee422c8075cb90fa615f
tree0587c21bf759c782127cb0dfb70840acbe4e80e6
parentc8415b9470727f70afce8607d4fe521789aa6c1c
irqchip/gic-v3-its: Count additional LPIs for the aliased devices

When configuring the interrupt mapping for a new device, we
iterate over all the possible aliases to account for their
maximum MSI allocation. This was introduced by e8137f4f5088
("irqchip: gicv3-its: Iterate over PCI aliases to generate ITS configuration").

Turns out that the code doing that is a bit braindead, and repeatedly
accounts for the same device over and over.

Fix this by counting the actual alias that is passed to us by the
core code.

Signed-off-by: Marc Zyngier <marc.zyngier@arm.com>
Cc: linux-arm-kernel@lists.infradead.org
Cc: Alex Shi <alex.shi@linaro.org>
Cc: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Cc: David Daney <ddaney.cavm@gmail.com>
Cc: Jason Cooper <jason@lakedaemon.net>
Link: http://lkml.kernel.org/r/1443800646-8074-3-git-send-email-marc.zyngier@arm.com
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
drivers/irqchip/irq-gic-v3-its-pci-msi.c