Skip to content

Commit 3599c71

Browse files
Zenghui Yu (Huawei)Marc Zyngier
authored andcommitted
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>
1 parent 244acf1 commit 3599c71

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

arch/arm64/kvm/at.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1504,8 +1504,6 @@ int __kvm_at_s1e2(struct kvm_vcpu *vcpu, u32 op, u64 vaddr)
15041504
fail = true;
15051505
}
15061506

1507-
isb();
1508-
15091507
if (!fail)
15101508
par = read_sysreg_par();
15111509

0 commit comments

Comments
 (0)