git: 6dcffb980fa3 - main - hyperv: call smp_targeted_tlb_shootdown_native() with pin
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 01 Oct 2024 13:26:54 UTC
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);