Skip to content
Commit fe8e9350 authored by Marc Zyngier's avatar Marc Zyngier
Browse files

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: default avatarMarc Zyngier <marc.zyngier@arm.com>
parent 880cb3cd
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment