hyperv: call smp_targeted_tlb_shootdown_native() with pin

(cherry picked from commit 6dcffb980fa3026092f79107ee7668918c9f5490)
This commit is contained in:
Konstantin Belousov 2024-10-01 14:45:23 +03:00
parent 938cac4bdf
commit a67cc4b031

View file

@ -241,7 +241,6 @@ do_ex_hypercall:
critical_exit();
return;
native:
sched_unpin();
critical_exit();
return smp_targeted_tlb_shootdown_native(pmap, addr1,
addr2, curcpu_cb, op);