diff options
author | 2020-10-29 17:20:13 +0000 | |
---|---|---|
committer | 2020-11-10 11:22:52 +0000 | |
commit | 2d27fd784893a767ec4162afc6d8c86eec2d1bfe (patch) | |
tree | c57aebcb61da3d3759262c3a62a5301150d0c1f8 /arch/arm64/kvm/sys_regs.h | |
parent | KVM: arm64: Map AArch32 cp14 register to AArch64 sysregs (diff) | |
download | linux-dev-2d27fd784893a767ec4162afc6d8c86eec2d1bfe.tar.xz linux-dev-2d27fd784893a767ec4162afc6d8c86eec2d1bfe.zip |
KVM: arm64: Drop is_32bit trap attribute
The is_32bit attribute is now completely unused, 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 259864c3c76b..8c4958d6b5ce 100644 --- a/arch/arm64/kvm/sys_regs.h +++ b/arch/arm64/kvm/sys_regs.h @@ -20,7 +20,6 @@ struct sys_reg_params { u64 regval; bool is_write; bool is_aarch32; - bool is_32bit; /* Only valid if is_aarch32 is true */ }; struct sys_reg_desc { |