arm64: KVM: Make kvm_skip_instr32 available to HYP
authorMarc Zyngier <marc.zyngier@arm.com>
Tue, 6 Sep 2016 08:28:44 +0000 (09:28 +0100)
committerChristoffer Dall <christoffer.dall@linaro.org>
Thu, 8 Sep 2016 10:53:00 +0000 (12:53 +0200)
commit8cebe750c4d9acdfdce41ee0a83a58be973ebc5e
tree257daa26ec750aa2f6c29f283b0e7bdef40b47a4
parent3aedd5c49e63c0d31a53b00ab906d48f53abb68b
arm64: KVM: Make kvm_skip_instr32 available to HYP

As we plan to do some emulation at HYP, let's make kvm_skip_instr32
as part of the hyp_text section. This doesn't preclude the kernel
from using it.

Signed-off-by: Marc Zyngier <marc.zyngier@arm.com>
Signed-off-by: Christoffer Dall <christoffer.dall@linaro.org>
virt/kvm/arm/aarch32.c