Don't remove the tentative declaration. It's the only one...

Pointy hat: marcel (self-sponsoring)
This commit is contained in:
marcel 2001-10-31 20:43:38 +00:00
parent 9e8364c534
commit 3d15d9e51d

View File

@ -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");