commit | d6c850dd6ce9ce4b410142a600d8c34dc041d860 | [log] [tgz] |
---|---|---|
author | Fuad Tabba <tabba@google.com> | Tue Aug 17 09:11:22 2021 +0100 |
committer | Marc Zyngier <maz@kernel.org> | Fri Aug 20 11:12:17 2021 +0100 |
tree | 06d088de53e1a24ec9a36d9c137a74d2a74027ae | |
parent | e6bc555c96990046d680ff92c8e2e7b6b43b509f [diff] |
KVM: arm64: MDCR_EL2 is a 64-bit register Fix the places in KVM that treat MDCR_EL2 as a 32-bit register. More recent features (e.g., FEAT_SPEv1p2) use bits above 31. No functional change intended. Acked-by: Will Deacon <will@kernel.org> Signed-off-by: Fuad Tabba <tabba@google.com> Signed-off-by: Marc Zyngier <maz@kernel.org> Link: https://lore.kernel.org/r/20210817081134.2918285-4-tabba@google.com