On Fri, 7 Jun 2024, Wei Hu wrote:
The branch main has been updated by whu:
URL:
https://cgit.FreeBSD.org/src/commit/?id=2b887687edc25bb4553f0d8a1183f454a85d413d
commit 2b887687edc25bb4553f0d8a1183f454a85d413d
Author: Souradeep Chakrabarti <schakraba...@microsoft.com>
AuthorDate: 2024-06-07 07:56:07 +0000
Commit: Wei Hu <w...@freebsd.org>
CommitDate: 2024-06-07 07:56:07 +0000
Hyper-V: TLB flush enlightment using hypercall
This seems to have added a warning:
/usr/src/bz_wifi_11n/sys/dev/hyperv/vmbus/vmbus.c:143:13: warning: unused
function 'alloc_pcpu_ptr' [-Wunused-function]
143 | static void alloc_pcpu_ptr(void);
| ^~~~~~~~~~~~~~
1 warning generated.
/usr/src/bz_wifi_11n/sys/dev/hyperv/vmbus/vmbus.c:143:13: warning: unused
function 'alloc_pcpu_ptr' [-Wunused-function]
143 | static void alloc_pcpu_ptr(void);
| ^~~~~~~~~~~~~~
--
Bjoern A. Zeeb r15:7