Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 31 Jan 2026 18:27:39 +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: 8c800d39080a - stable/14 - iommu_gas: Use proper prototype for SYSINIT functions
Message-ID:  <697e499b.2429f.44543246@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch stable/14 has been updated by zlei:

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

commit 8c800d39080a217b410a44f9b04e3ea1e7154689
Author:     Zhenlei Huang <zlei@FreeBSD.org>
AuthorDate: 2025-10-13 10:12:29 +0000
Commit:     Zhenlei Huang <zlei@FreeBSD.org>
CommitDate: 2026-01-31 18:25:02 +0000

    iommu_gas: Use proper prototype for SYSINIT functions
    
    MFC after:      1 week
    
    (cherry picked from commit 05c313cd2cbcc6c0a6ffa97363b70232d02542f3)
    (cherry picked from commit 9336f20f89e8b819c8f07125fd6d305d78afd546)
---
 sys/dev/iommu/iommu_gas.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys/dev/iommu/iommu_gas.c b/sys/dev/iommu/iommu_gas.c
index ffa8dc096adc..80e37341b3dc 100644
--- a/sys/dev/iommu/iommu_gas.c
+++ b/sys/dev/iommu/iommu_gas.c
@@ -77,7 +77,7 @@ static int iommu_check_free;
 #endif
 
 static void
-intel_gas_init(void)
+intel_gas_init(void *dummy __unused)
 {
 
 	iommu_map_entry_zone = uma_zcreate("IOMMU_MAP_ENTRY",


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?697e499b.2429f.44543246>