Date: Tue, 1 Oct 2024 13:26:54 GMT From: Konstantin Belousov <kib@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: git: 6dcffb980fa3 - main - hyperv: call smp_targeted_tlb_shootdown_native() with pin Message-ID: <202410011326.491DQsqR054301@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by kib: URL: https://cgit.FreeBSD.org/src/commit/?id=6dcffb980fa3026092f79107ee7668918c9f5490 commit 6dcffb980fa3026092f79107ee7668918c9f5490 Author: Konstantin Belousov <kib@FreeBSD.org> AuthorDate: 2024-10-01 11:45:23 +0000 Commit: Konstantin Belousov <kib@FreeBSD.org> CommitDate: 2024-10-01 11:45:23 +0000 hyperv: call smp_targeted_tlb_shootdown_native() with pin Sponsored by: The FreeBSD Foundation MFC after: 1 week --- 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?202410011326.491DQsqR054301>