diff options
Diffstat (limited to 'sys/kern/subr_smp.c')
-rw-r--r-- | sys/kern/subr_smp.c | 1 |
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"); |