]> git.baikalelectronics.ru Git - kernel.git/commit
KVM: arm64: pkvm: Don't mask already zeroed FEAT_SVE
authorOliver Upton <oupton@google.com>
Mon, 9 May 2022 16:25:59 +0000 (16:25 +0000)
committerMarc Zyngier <maz@kernel.org>
Tue, 10 May 2022 09:58:43 +0000 (10:58 +0100)
commit3dbec17bf62ef4130b9a090e1259375fa259ec6c
tree053fe00398b0372016450cd8d5643cd7fd9604c1
parent26589a0cb15035b590eea22dd5ccb2728baad711
KVM: arm64: pkvm: Don't mask already zeroed FEAT_SVE

FEAT_SVE is already masked by the fixed configuration for
ID_AA64PFR0_EL1; don't try and mask it at runtime.

No functional change intended.

Signed-off-by: Oliver Upton <oupton@google.com>
Reviewed-by: Fuad Tabba <tabba@google.com>
Signed-off-by: Marc Zyngier <maz@kernel.org>
Link: https://lore.kernel.org/r/20220509162559.2387784-3-oupton@google.com
arch/arm64/kvm/hyp/nvhe/sys_regs.c