]> 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)
commita2e713a9e800b40365697401e2222fcaca279d35
tree2947674122a1fb1c891460b959818fdbcb0c9a2f
parent2a74ed3bd611b0a9b540e1ddf421b2b801093043
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]