The branch main has been updated by zlei:

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

commit c8e077e57b2535b840d391f3217d00465b0514c4
Author:     Zhenlei Huang <[email protected]>
AuthorDate: 2025-10-13 10:12:37 +0000
Commit:     Zhenlei Huang <[email protected]>
CommitDate: 2025-10-13 10:12:37 +0000

    x86/xen: Use proper prototype for SYSINIT functions
    
    MFC after:      1 week
---
 sys/x86/xen/xen_apic.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys/x86/xen/xen_apic.c b/sys/x86/xen/xen_apic.c
index 994dc3e0804c..43a253cc2860 100644
--- a/sys/x86/xen/xen_apic.c
+++ b/sys/x86/xen/xen_apic.c
@@ -330,7 +330,7 @@ xen_cpu_ipi_init(int cpu)
 }
 
 static void
-xen_setup_cpus(void)
+xen_setup_cpus(void *dummy __unused)
 {
        uint32_t regs[4];
        int i;

Reply via email to