git: a67cc4b031ab - stable/14 - hyperv: call smp_targeted_tlb_shootdown_native() with pin
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 05 Oct 2024 07:11:37 UTC
The branch stable/14 has been updated by kib: URL: https://cgit.FreeBSD.org/src/commit/?id=a67cc4b031ab01a2defcfb6f3d23cc0363f0c2ac commit a67cc4b031ab01a2defcfb6f3d23cc0363f0c2ac Author: Konstantin Belousov <kib@FreeBSD.org> AuthorDate: 2024-10-01 11:45:23 +0000 Commit: Konstantin Belousov <kib@FreeBSD.org> CommitDate: 2024-10-05 07:08:57 +0000 hyperv: call smp_targeted_tlb_shootdown_native() with pin (cherry picked from commit 6dcffb980fa3026092f79107ee7668918c9f5490) --- sys/dev/hyperv/vmbus/hyperv_mmu.c | 1 - 1 file changed, 1 deletion(-) 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);