KVM: arm64: Drop __cpu_init_stage2 on the VHE path
authorMarc Zyngier <marc.zyngier@arm.com>
Mon, 1 Oct 2018 12:41:32 +0000 (13:41 +0100)
committerMarc Zyngier <marc.zyngier@arm.com>
Wed, 3 Oct 2018 10:48:30 +0000 (11:48 +0100)
commit9d47bb0d9ea8528373b4c6f9bca6c7f402900297
tree19364fb3d9bc66cef681f1e66cc9531a9e26e7e4
parentbca607ebc76af9540e4aad5b2241a7323354be43
KVM: arm64: Drop __cpu_init_stage2 on the VHE path

__cpu_init_stage2 doesn't do anything anymore on arm64, and is
totally non-sensical if running VHE (as VHE is 64bit only).

Reviewed-by: Eric Auger <eric.auger@redhat.com>
Reviewed-by: Suzuki K Poulose <suzuki.poulose@arm.com>
Signed-off-by: Marc Zyngier <marc.zyngier@arm.com>
virt/kvm/arm/arm.c