Re: git: 2b887687edc2 - main - Hyper-V: TLB flush enlightment using hypercall
- In reply to: Wei Hu : "git: 2b887687edc2 - main - Hyper-V: TLB flush enlightment using hypercall"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 08 Jun 2024 00:46:35 UTC
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 <schakrabarti@microsoft.com>
> AuthorDate: 2024-06-07 07:56:07 +0000
> Commit: Wei Hu <whu@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