Date: Sat, 5 Oct 2024 07:11:37 GMT From: Konstantin Belousov <kib@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org Subject: git: a67cc4b031ab - stable/14 - hyperv: call smp_targeted_tlb_shootdown_native() with pin Message-ID: <202410050711.4957BbVE002040@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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);
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202410050711.4957BbVE002040>