diff options
author | Konstantin Belousov <kib@FreeBSD.org> | 2024-10-01 11:45:23 +0000 |
---|---|---|
committer | Konstantin Belousov <kib@FreeBSD.org> | 2024-10-01 11:45:23 +0000 |
commit | 6dcffb980fa3026092f79107ee7668918c9f5490 (patch) | |
tree | 705e0921e86cbc93d28a04313a6677858a503611 | |
parent | c2fe7156e992a295756206f59c282b9e971b8c91 (diff) | |
download | src-6dcffb980fa3026092f79107ee7668918c9f5490.tar.gz src-6dcffb980fa3026092f79107ee7668918c9f5490.zip |
hyperv: call smp_targeted_tlb_shootdown_native() with pin
Sponsored by: The FreeBSD Foundation
MFC after: 1 week
-rw-r--r-- | sys/dev/hyperv/vmbus/hyperv_mmu.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/dev/hyperv/vmbus/hyperv_mmu.c b/sys/dev/hyperv/vmbus/hyperv_mmu.c index 7c29fe294093..8e982974161c 100644 --- a/sys/dev/hyperv/vmbus/hyperv_mmu.c +++ b/sys/dev/hyperv/vmbus/hyperv_mmu.c @@ -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); |