[PATCH 2/2] irqchip/gic: Cleanup Franken-GIC handling

2020-09-15 Thread Marc Zyngier
Now that we have a static key identifying Samsung's unique creation, let's replace the indirect call to compute the base addresses by a simple test on the static key. Faster, cheaper, negative diffstat. Signed-off-by: Marc Zyngier --- drivers/irqchip/irq-gic.c | 48 +

Re: [PATCH 2/2] irqchip/gic: Cleanup Franken-GIC handling

2020-09-15 Thread Marek Szyprowski
On 15.09.2020 15:39, Marc Zyngier wrote: > Now that we have a static key identifying Samsung's unique creation, > let's replace the indirect call to compute the base addresses by > a simple test on the static key. > > Faster, cheaper, negative diffstat. > > Signed-off-by: Marc Zyngier Tested-by: M