diff options
| author | Andrew R. Reiter <arr@FreeBSD.org> | 2002-03-20 14:46:38 +0000 |
|---|---|---|
| committer | Andrew R. Reiter <arr@FreeBSD.org> | 2002-03-20 14:46:38 +0000 |
| commit | dca9d0552632a8e94995dc0f45104c515f1522b2 (patch) | |
| tree | 3a816108e690555ba7623a17c259ed0e653700cd /sys | |
| parent | 1caae0570275167e18162d38d7ae0ff73615feb6 (diff) | |
Notes
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/kern/subr_smp.c | 2 |
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. |
