Loading
irqchip/riscv-imsic: Embed the vector array in lpriv
Reduce pointer chasing and the number of allocations by using a flexible array member for the vector array instead of a separate allocation. Signed-off-by:Samuel Holland <samuel.holland@sifive.com> Signed-off-by:
Thomas Gleixner <tglx@linutronix.de>