]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitd18d085dd413839b6cc5233dae19d0bf7ab3e365
treeab89e3aa74ae8ec0c8d0bee7a3954c1484c7fe31
parentb8de88d4d1f5e8c528049fb5aea9ced569629dd3
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