summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorAndrew R. Reiter <arr@FreeBSD.org>2002-03-20 14:46:38 +0000
committerAndrew R. Reiter <arr@FreeBSD.org>2002-03-20 14:46:38 +0000
commitdca9d0552632a8e94995dc0f45104c515f1522b2 (patch)
tree3a816108e690555ba7623a17c259ed0e653700cd /sys
parent1caae0570275167e18162d38d7ae0ff73615feb6 (diff)
Notes
Diffstat (limited to 'sys')
-rw-r--r--sys/kern/subr_smp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/kern/subr_smp.c b/sys/kern/subr_smp.c
index 57db54c9e86e..34df61dabc22 100644
--- a/sys/kern/subr_smp.c
+++ b/sys/kern/subr_smp.c
@@ -92,7 +92,7 @@ mp_probe(void *dummy)
{
mp_probe_status = cpu_mp_probe();
}
-SYSINIT(cpu_mp_probe, SI_SUB_TUNABLES, SI_ORDER_FIRST, mp_probe, NULL);
+SYSINIT(cpu_mp_probe, SI_SUB_TUNABLES, SI_ORDER_FIRST, mp_probe, NULL)
/*
* Call the MD SMP initialization code.