]> 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)
commitbb478eb0fc19c6e4e58cc78da246d1a313d3050e
tree19364fb3d9bc66cef681f1e66cc9531a9e26e7e4
parent86b5351ef2161c655cd62fcc55f0492349ca0f06
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