Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 10 Jun 2024 12:46:23 GMT
From:      Wei Hu <whu@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: fd911ae60924 - main - Hyper-V: remove unused alloc_pcpu_ptr()
Message-ID:  <202406101246.45ACkNvS068142@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by whu:

URL: https://cgit.FreeBSD.org/src/commit/?id=fd911ae609247ef5c91493fb5506e77aa6e497bc

commit fd911ae609247ef5c91493fb5506e77aa6e497bc
Author:     Wei Hu <whu@FreeBSD.org>
AuthorDate: 2024-06-10 12:33:46 +0000
Commit:     Wei Hu <whu@FreeBSD.org>
CommitDate: 2024-06-10 12:33:46 +0000

    Hyper-V: remove unused alloc_pcpu_ptr()
    
    Fixes:          2b887687edc25bb4553f0d8a1183f454a85d413d
    Sponsored by:   Microsoft
---
 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 a3daed05c21a..c1fa9107d3c2 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");



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202406101246.45ACkNvS068142>