KVM: arm64: Drop is_aarch32 trap attribute
authorMarc Zyngier <maz@kernel.org>
Thu, 29 Oct 2020 17:20:49 +0000 (17:20 +0000)
committerMarc Zyngier <maz@kernel.org>
Tue, 10 Nov 2020 11:22:52 +0000 (11:22 +0000)
commit50f304532770c19a127b1e1b6769c0538abda58f
treeab89e3aa74ae8ec0c8d0bee7a3954c1484c7fe31
parent2d27fd784893a767ec4162afc6d8c86eec2d1bfe
KVM: arm64: Drop is_aarch32 trap attribute

is_aarch32 is only used once, and can be trivially replaced by
testing Op0 instead. Drop it.

Signed-off-by: Marc Zyngier <maz@kernel.org>
arch/arm64/kvm/sys_regs.c
arch/arm64/kvm/sys_regs.h
arch/arm64/kvm/vgic-sys-reg-v3.c