git: bf8f6545f6ca - main - tsc: Use proper prototype for SYSINIT functions
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 13 Oct 2025 10:14:13 UTC
The branch main has been updated by zlei: URL: https://cgit.FreeBSD.org/src/commit/?id=bf8f6545f6ca41e080cc3bc42009bdf253f596b4 commit bf8f6545f6ca41e080cc3bc42009bdf253f596b4 Author: Zhenlei Huang <zlei@FreeBSD.org> AuthorDate: 2025-10-13 10:12:37 +0000 Commit: Zhenlei Huang <zlei@FreeBSD.org> CommitDate: 2025-10-13 10:12:37 +0000 tsc: Use proper prototype for SYSINIT functions MFC after: 1 week --- sys/x86/x86/tsc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/x86/x86/tsc.c b/sys/x86/x86/tsc.c index a1a5d8140b14..3b873d9dae73 100644 --- a/sys/x86/x86/tsc.c +++ b/sys/x86/x86/tsc.c @@ -650,7 +650,7 @@ retry: #endif /* SMP */ static void -init_TSC_tc(void) +init_TSC_tc(void *dummy __unused) { uint64_t max_freq; int shift;