Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 31 Jan 2026 17:04:36 +0000
From:      Zhenlei Huang <zlei@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: 81676635bad7 - stable/15 - tsc: Use proper prototype for SYSINIT functions
Message-ID:  <697e3624.1960b.69dd98b9@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch stable/15 has been updated by zlei:

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

commit 81676635bad7e4cec1fee8ab52f1401f37de3d69
Author:     Zhenlei Huang <zlei@FreeBSD.org>
AuthorDate: 2025-10-13 10:12:37 +0000
Commit:     Zhenlei Huang <zlei@FreeBSD.org>
CommitDate: 2026-01-31 17:01:08 +0000

    tsc: Use proper prototype for SYSINIT functions
    
    MFC after:      1 week
    
    (cherry picked from commit bf8f6545f6ca41e080cc3bc42009bdf253f596b4)
---
 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;


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?697e3624.1960b.69dd98b9>