KVM: arm64: Remove the redundant ISB in __kvm_at_s1e2()
authorZenghui Yu (Huawei) <zenghui.yu@linux.dev>
Fri, 6 Mar 2026 07:44:22 +0000 (15:44 +0800)
committerMarc Zyngier <maz@kernel.org>
Fri, 6 Mar 2026 10:42:21 +0000 (10:42 +0000)
commit3599c714c08c324f0fcfa392bfb857c92c575400
treed6520b9d12de90712fd90cc9f6445f42e3559dcb
parent244acf1976b889b80b234982a70e9550c6f0bab7
KVM: arm64: Remove the redundant ISB in __kvm_at_s1e2()

We already have an ISB in __kvm_at() to make the address translation result
visible to subsequent reads of PAR_EL1. Remove the redundant one right
after it.

Signed-off-by: Zenghui Yu (Huawei) <zenghui.yu@linux.dev>
Link: https://patch.msgid.link/20260306074422.47694-1-zenghui.yu@linux.dev
Signed-off-by: Marc Zyngier <maz@kernel.org>
arch/arm64/kvm/at.c