]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit67199cefb76e8302f344c7aa51aae49e39f550d9
tree19364fb3d9bc66cef681f1e66cc9531a9e26e7e4
parentedd5b0eb64c9f045cbb3535b964c1b242400a409
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