]> git.baikalelectronics.ru Git - kernel.git/commit
KVM: arm64: Get rid of the AArch32 register mapping code
authorMarc Zyngier <maz@kernel.org>
Fri, 16 Oct 2020 17:41:24 +0000 (18:41 +0100)
committerMarc Zyngier <maz@kernel.org>
Tue, 10 Nov 2020 08:34:27 +0000 (08:34 +0000)
commit90c1f934ed7141a6d4c202936d12faaeb405fb66
tree2947674122a1fb1c891460b959818fdbcb0c9a2f
parentdcfba399325f919b25854ca17ef1535f5d754fe1
KVM: arm64: Get rid of the AArch32 register mapping code

The only use of the register mapping code was for the sake of the LR
mapping, which we trivially solved in a previous patch. Get rid of
the whole thing now.

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