KVM: arm64: Consolidate exception injection
authorMarc Zyngier <maz@kernel.org>
Thu, 15 Oct 2020 08:45:24 +0000 (09:45 +0100)
committerMarc Zyngier <maz@kernel.org>
Tue, 10 Nov 2020 08:34:26 +0000 (08:34 +0000)
commitdcfba399325f919b25854ca17ef1535f5d754fe1
tree55a2fccb35788840debd39ea150161750fef989f
parent7d76b8a60350ff5e919daacd78ef3c2fe04735a2
KVM: arm64: Consolidate exception injection

Move the AArch32 exception injection code back into the inject_fault.c
file, removing the need for a few non-static functions now that AArch32
host support is a thing of the past.

Signed-off-by: Marc Zyngier <maz@kernel.org>
arch/arm64/include/asm/kvm_emulate.h
arch/arm64/kvm/Makefile
arch/arm64/kvm/aarch32.c [deleted file]
arch/arm64/kvm/inject_fault.c