]> git.baikalelectronics.ru Git - kernel.git/commit
irqchip/gic-v3-its: Use full range of LPIs
authorMarc Zyngier <marc.zyngier@arm.com>
Sun, 27 May 2018 15:15:22 +0000 (16:15 +0100)
committerMarc Zyngier <marc.zyngier@arm.com>
Mon, 16 Jul 2018 13:22:19 +0000 (14:22 +0100)
commitcd6c530221ccf9a381a3090092dbb76603e636da
tree4c9d32acf607781f2c731badf5058a1a8f1ee91c
parente4f34da63ec614955f624e4fdb563ff0a9201f33
irqchip/gic-v3-its: Use full range of LPIs

As we used to represent the LPI range using a bitmap, we were reducing
the number of LPIs to at most 64k in order to preserve memory.

With our new allocator, there is no such need, as dealing with 2^16
or 2^32 LPIs takes the same amount of memory.

So let's use the number of IntID bits reported by the GIC instead of
an arbitrary limit.

Signed-off-by: Marc Zyngier <marc.zyngier@arm.com>
drivers/irqchip/irq-gic-v3-its.c