mirror of
https://github.com/opnsense/src.git
synced 2026-02-20 00:11:07 -05:00
hyperv: call smp_targeted_tlb_shootdown_native() with pin
(cherry picked from commit 6dcffb980fa3026092f79107ee7668918c9f5490)
This commit is contained in:
parent
938cac4bdf
commit
a67cc4b031
1 changed files with 0 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in a new issue