From 3d15d9e51d85a937885dab26ac983a9fcbff1957 Mon Sep 17 00:00:00 2001 From: marcel Date: Wed, 31 Oct 2001 20:43:38 +0000 Subject: [PATCH] Don't remove the tentative declaration. It's the only one... Pointy hat: marcel (self-sponsoring) --- sys/kern/subr_smp.c | 1 + 1 file changed, 1 insertion(+) diff --git a/sys/kern/subr_smp.c b/sys/kern/subr_smp.c index c046c6e89678..03c661291204 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");