aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZhenlei Huang <zlei@FreeBSD.org>2025-10-13 10:12:37 +0000
committerZhenlei Huang <zlei@FreeBSD.org>2025-10-13 10:12:37 +0000
commitc8e077e57b2535b840d391f3217d00465b0514c4 (patch)
treea76ecc0af58053647553ed17601fbb649a72df35
parentbf8f6545f6ca41e080cc3bc42009bdf253f596b4 (diff)
x86/xen: Use proper prototype for SYSINIT functions
MFC after: 1 week
-rw-r--r--sys/x86/xen/xen_apic.c2
1 files changed, 1 insertions, 1 deletions
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;