commit | 9f968c9266aa30b0e81be0c6a560e45b93bed3dc | [log] [tgz] |
---|---|---|
author | Marc Zyngier <maz@kernel.org> | Tue Jul 05 14:34:33 2022 +0100 |
committer | Marc Zyngier <maz@kernel.org> | Sun Jul 17 11:55:33 2022 +0100 |
tree | 9b839bae46e7b61ff0ba2607f2c288060fb7fb20 | |
parent | d7df6f282db67677c06456fd29d47eda0ba060b9 [diff] |
KVM: arm64: vgic-v2: Add helper for legacy dist/cpuif base address setting We carry a legacy interface to set the base addresses for GICv2. As this is currently plumbed into the same handling code as the modern interface, it limits the evolution we can make there. Add a helper dedicated to this handling, with a view of maybe removing this in the future. Signed-off-by: Marc Zyngier <maz@kernel.org>