summaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorMarc Zyngier <maz@kernel.org>2020-05-27 11:38:57 +0100
committerMarc Zyngier <maz@kernel.org>2020-05-28 13:16:57 +0100
commit8f7f4fe756bd5cfef73cf8234445081385bdbf7d (patch)
treede7e1670605a8ccc0fd56424c45092e4b2984a9d /arch
parentd9d7d84d9906e1bc886c5e0fc66aaad26008264b (diff)
downloadlinux-stable-8f7f4fe756bd5cfef73cf8234445081385bdbf7d.tar.gz
linux-stable-8f7f4fe756bd5cfef73cf8234445081385bdbf7d.tar.bz2
linux-stable-8f7f4fe756bd5cfef73cf8234445081385bdbf7d.zip
KVM: arm64: Drop obsolete comment about sys_reg ordering
The general comment about keeping the enum order in sync with the save/restore code has been obsolete for many years now. Just drop it. Note that there are other ordering requirements in the enum, such as the PtrAuth and PMU registers, which are still valid. Reported-by: James Morse <james.morse@arm.com> Signed-off-by: Marc Zyngier <maz@kernel.org>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm64/include/asm/kvm_host.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/arch/arm64/include/asm/kvm_host.h b/arch/arm64/include/asm/kvm_host.h
index 69a338a390a6..59029e90b557 100644
--- a/arch/arm64/include/asm/kvm_host.h
+++ b/arch/arm64/include/asm/kvm_host.h
@@ -115,12 +115,8 @@ struct kvm_vcpu_fault_info {
u64 disr_el1; /* Deferred [SError] Status Register */
};
-/*
- * 0 is reserved as an invalid value.
- * Order should be kept in sync with the save/restore code.
- */
enum vcpu_sysreg {
- __INVALID_SYSREG__,
+ __INVALID_SYSREG__, /* 0 is reserved as an invalid value */
MPIDR_EL1, /* MultiProcessor Affinity Register */
CSSELR_EL1, /* Cache Size Selection Register */
SCTLR_EL1, /* System Control Register */