-----Original Message-----
From: Marc Zyngier <maz@xxxxxxxxxx>
I *have* given you a way to implement that in a better way. But again, I'd
rather you *don't* do it for the reason I have outlined above.
I explored kernel/irq/proc.c and we can achieve what this patch does
by implementing irq_print_chip() callback of "struct irq_chip" so we
certainly don't need separate "struct irq_chip" for each PLIC instance.
I will implement irq_print_chip() callback in v2 series.