summaryrefslogtreecommitdiffstats
path: root/sys/kern/subr_smp.c
diff options
context:
space:
mode:
authormarcel <marcel@FreeBSD.org>2001-10-31 20:43:38 +0000
committermarcel <marcel@FreeBSD.org>2001-10-31 20:43:38 +0000
commit3d15d9e51d85a937885dab26ac983a9fcbff1957 (patch)
treeda3af18d8ef516f76c6b5e9d42e21cae62249843 /sys/kern/subr_smp.c
parent9e8364c534a0b42ab1eb74aa11a2a1f33067488d (diff)
downloadFreeBSD-src-3d15d9e51d85a937885dab26ac983a9fcbff1957.zip
FreeBSD-src-3d15d9e51d85a937885dab26ac983a9fcbff1957.tar.gz
Don't remove the tentative declaration. It's the only one...
Pointy hat: marcel (self-sponsoring)
Diffstat (limited to 'sys/kern/subr_smp.c')
-rw-r--r--sys/kern/subr_smp.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/kern/subr_smp.c b/sys/kern/subr_smp.c
index c046c6e..03c6612 100644
--- a/sys/kern/subr_smp.c
+++ b/sys/kern/subr_smp.c
@@ -51,6 +51,7 @@ volatile u_int started_cpus;
void (*cpustop_restartfunc) __P((void));
int mp_ncpus;
+volatile int smp_started;
u_int all_cpus;
SYSCTL_NODE(_kern, OID_AUTO, smp, CTLFLAG_RD, NULL, "Kernel SMP");
OpenPOWER on IntegriCloud