]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit2a74ed3bd611b0a9b540e1ddf421b2b801093043
tree55a2fccb35788840debd39ea150161750fef989f
parente7c5813ee2c73e2681ba73bb0c8a580b453d5e44
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