KVM: arm64: Remove duplicated AA64MMFR1_EL1 XNX
authorRussell King <rmk+kernel@armlinux.org.uk>
Wed, 1 May 2024 14:29:05 +0000 (15:29 +0100)
committerMarc Zyngier <maz@kernel.org>
Wed, 1 May 2024 15:36:45 +0000 (16:36 +0100)
commite8533e58cae02923e8cbffca516d3d821cee1649
treea551fee406b03123752d55928cac4ccd6df1ce4c
parentae69e7740770d8e02915b299d060c9280a3db01c
KVM: arm64: Remove duplicated AA64MMFR1_EL1 XNX

Commit d5a32b60dc18 ("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) <rmk+kernel@armlinux.org.uk>
Reviewed-by: Zenghui Yu <zenghui.yu@linux.dev>
Link: https://lore.kernel.org/r/E1s2AxF-00AWLv-03@rmk-PC.armlinux.org.uk
Signed-off-by: Marc Zyngier <maz@kernel.org>
arch/arm64/kvm/sys_regs.c