Skip to content

Commit e8533e5

Browse files
Russell KingMarc Zyngier
authored andcommitted
KVM: arm64: Remove duplicated AA64MMFR1_EL1 XNX
Commit d5a32b6 ("KVM: arm64: Allow userspace to change ID_AA64MMFR{0-2}_EL1") made certain fields in these registers writable, but in doing so, ID_AA64MMFR1_EL1_XNX was listed twice. Remove the duplication. Signed-off-by: Russell King (Oracle) <[email protected]> Reviewed-by: Zenghui Yu <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Marc Zyngier <[email protected]>
1 parent ae69e77 commit e8533e5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

arch/arm64/kvm/sys_regs.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2338,7 +2338,6 @@ static const struct sys_reg_desc sys_reg_descs[] = {
23382338
ID_AA64MMFR0_EL1_TGRAN16_2)),
23392339
ID_WRITABLE(ID_AA64MMFR1_EL1, ~(ID_AA64MMFR1_EL1_RES0 |
23402340
ID_AA64MMFR1_EL1_HCX |
2341-
ID_AA64MMFR1_EL1_XNX |
23422341
ID_AA64MMFR1_EL1_TWED |
23432342
ID_AA64MMFR1_EL1_XNX |
23442343
ID_AA64MMFR1_EL1_VH |

0 commit comments

Comments
 (0)