]> git.baikalelectronics.ru Git - kernel.git/commit
arm64: Get rid of __smccc_workaround_1_hvc_*
authorMarc Zyngier <marc.zyngier@arm.com>
Tue, 10 Apr 2018 10:36:44 +0000 (11:36 +0100)
committerWill Deacon <will.deacon@arm.com>
Wed, 11 Apr 2018 17:49:30 +0000 (18:49 +0100)
commitee0d2353c4067ae1d57c75b36f72695289384c75
tree5ed0419d9cada52a45b4ea2b922021980da3de72
parent4b6d7c159051881cf5ea369a3a22476b9d5e63aa
arm64: Get rid of __smccc_workaround_1_hvc_*

The very existence of __smccc_workaround_1_hvc_* is a thinko, as
KVM will never use a HVC call to perform the branch prediction
invalidation. Even as a nested hypervisor, it would use an SMC
instruction.

Let's get rid of it.

Signed-off-by: Marc Zyngier <marc.zyngier@arm.com>
Signed-off-by: Will Deacon <will.deacon@arm.com>
arch/arm64/kernel/bpi.S
arch/arm64/kernel/cpu_errata.c