diff options
author | Marc Zyngier <maz@kernel.org> | 2023-04-08 19:04:27 +0300 |
---|---|---|
committer | Marc Zyngier <maz@kernel.org> | 2023-04-14 10:23:29 +0300 |
commit | bcf3e7da3ad3bfea38ac6ba9f56b99b2877af51f (patch) | |
tree | 9630d920fa43894bd5d0e8981a0b4bad496f2975 /tools/perf/scripts/python/exported-sql-viewer.py | |
parent | 1ff2755d6800d60bee96fb303cbbf30f9bb483a2 (diff) | |
download | linux-bcf3e7da3ad3bfea38ac6ba9f56b99b2877af51f.tar.xz |
KVM: arm64: vhe: Drop extra isb() on guest exit
__kvm_vcpu_run_vhe() end on VHE with an isb(). However, this
function is only reachable via kvm_call_hyp_ret(), which already
contains an isb() in order to mimick the behaviour of nVHE and
provide a context synchronisation event.
We thus have two isb()s back to back, which is one too many.
Drop the first one and solely rely on the one in the helper.
Signed-off-by: Marc Zyngier <maz@kernel.org>
Reviewed-by: Oliver Upton <oliver.upton@linux.dev>
Diffstat (limited to 'tools/perf/scripts/python/exported-sql-viewer.py')
0 files changed, 0 insertions, 0 deletions