diff options
author | Marc Zyngier <maz@kernel.org> | 2020-10-29 20:20:49 +0300 |
---|---|---|
committer | Marc Zyngier <maz@kernel.org> | 2020-11-10 14:22:52 +0300 |
commit | 50f304532770c19a127b1e1b6769c0538abda58f (patch) | |
tree | ab89e3aa74ae8ec0c8d0bee7a3954c1484c7fe31 /arch/arm64/kvm/sys_regs.h | |
parent | 2d27fd784893a767ec4162afc6d8c86eec2d1bfe (diff) | |
download | linux-50f304532770c19a127b1e1b6769c0538abda58f.tar.xz |
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>
Diffstat (limited to 'arch/arm64/kvm/sys_regs.h')
-rw-r--r-- | arch/arm64/kvm/sys_regs.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm64/kvm/sys_regs.h b/arch/arm64/kvm/sys_regs.h index 8c4958d6b5ce..416153b593a6 100644 --- a/arch/arm64/kvm/sys_regs.h +++ b/arch/arm64/kvm/sys_regs.h @@ -19,7 +19,6 @@ struct sys_reg_params { u8 Op2; u64 regval; bool is_write; - bool is_aarch32; }; struct sys_reg_desc { |