git: 3c1f330088e7 - stable/14 - Hyper-V: remove unused alloc_pcpu_ptr()
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 01 Jul 2024 13:42:20 UTC
The branch stable/14 has been updated by whu:
URL: https://cgit.FreeBSD.org/src/commit/?id=3c1f330088e781ff166314030202919e57aa8e27
commit 3c1f330088e781ff166314030202919e57aa8e27
Author: Wei Hu <whu@FreeBSD.org>
AuthorDate: 2024-06-10 12:33:46 +0000
Commit: Wei Hu <whu@FreeBSD.org>
CommitDate: 2024-07-01 13:31:55 +0000
Hyper-V: remove unused alloc_pcpu_ptr()
Fixes: 2b887687edc25bb4553f0d8a1183f454a85d413d
Sponsored by: Microsoft
(cherry picked from commit fd911ae609247ef5c91493fb5506e77aa6e497bc)
---
sys/dev/hyperv/vmbus/vmbus.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/sys/dev/hyperv/vmbus/vmbus.c b/sys/dev/hyperv/vmbus/vmbus.c
index dc79d1745510..51f9cfa05138 100644
--- a/sys/dev/hyperv/vmbus/vmbus.c
+++ b/sys/dev/hyperv/vmbus/vmbus.c
@@ -140,7 +140,6 @@ static void vmbus_event_proc_dummy(struct vmbus_softc *,
static bus_dma_tag_t vmbus_get_dma_tag(device_t parent, device_t child);
static struct vmbus_softc *vmbus_sc;
static void free_pcpu_ptr(void);
-static void alloc_pcpu_ptr(void);
SYSCTL_NODE(_hw, OID_AUTO, vmbus, CTLFLAG_RD | CTLFLAG_MPSAFE, NULL,
"Hyper-V vmbus");