]> git.baikalelectronics.ru Git - kernel.git/commit
KVM: arm/arm64: Move arm64-only vgic-v2-sr.c file to arm64
authorChristoffer Dall <christoffer.dall@linaro.org>
Wed, 4 Oct 2017 21:25:24 +0000 (23:25 +0200)
committerMarc Zyngier <marc.zyngier@arm.com>
Mon, 19 Mar 2018 10:53:20 +0000 (10:53 +0000)
commit7f7db87ee2938b90f68e1be62dae5fdcde921820
tree5cbfa6fec8fed484436184ad0179b72159fc3bb6
parent0e8f51a16a828db8b7720334c5483abb15b3e995
KVM: arm/arm64: Move arm64-only vgic-v2-sr.c file to arm64

The vgic-v2-sr.c file now only contains the logic to replay unaligned
accesses to the virtual CPU interface on 16K and 64K page systems, which
is only relevant on 64-bit platforms.  Therefore move this file to the
arm64 KVM tree, remove the compile directive from the 32-bit side
makefile, and remove the ifdef in the C file.

Since this file also no longer saves/restores anything, rename the file
to vgic-v2-cpuif-proxy.c to more accurately describe the logic in this
file.

Reviewed-by: Andre Przywara <andre.przywara@arm.com>
Signed-off-by: Christoffer Dall <christoffer.dall@linaro.org>
Signed-off-by: Marc Zyngier <marc.zyngier@arm.com>
arch/arm/kvm/hyp/Makefile
arch/arm64/kvm/hyp/Makefile
arch/arm64/kvm/hyp/vgic-v2-cpuif-proxy.c [new file with mode: 0644]
virt/kvm/arm/hyp/vgic-v2-sr.c [deleted file]