commit | 8594c3b85171b6f68e34e07b533ec2f1bf7fb065 | [log] [tgz] |
---|---|---|
author | Marc Zyngier <maz@kernel.org> | Tue Sep 15 14:03:51 2020 +0100 |
committer | Marc Zyngier <maz@kernel.org> | Thu Sep 17 16:37:29 2020 +0100 |
tree | 3f49f89e5fa0aaa0c2cb9f882b89f8acf449f1a1 | |
parent | c3330399931be38ce459e82bf7dea140338ae43f [diff] |
irqchip/gic: Cleanup Franken-GIC handling Introduce a static key identifying Samsung's unique creation, allowing to replace the indirect call to compute the base addresses with a simple test on the static key. Faster, cheaper, negative diffstat. Tested-by: Marek Szyprowski <m.szyprowski@samsung.com> Signed-off-by: Marc Zyngier <maz@kernel.org>