aboutsummaryrefslogtreecommitdiff
path: root/sys/amd64
diff options
context:
space:
mode:
authorMatt Jacob <mjacob@FreeBSD.org>1999-09-25 18:36:31 +0000
committerMatt Jacob <mjacob@FreeBSD.org>1999-09-25 18:36:31 +0000
commitf327fe4c5770044b4abc73602359470909aae010 (patch)
tree9dc654b2a48a85e86d013515eda03acc3d552d17 /sys/amd64
parentb232a7db96d4151351ff4c21f906444fd00d5d1c (diff)
Notes
Diffstat (limited to 'sys/amd64')
-rw-r--r--sys/amd64/include/smp.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/amd64/include/smp.h b/sys/amd64/include/smp.h
index 0524d76b6fbe..02f2bb85b62e 100644
--- a/sys/amd64/include/smp.h
+++ b/sys/amd64/include/smp.h
@@ -177,6 +177,7 @@ void u_sleep __P((int));
/* global data in init_smp.c */
extern int invltlb_ok;
extern int smp_active;
+extern int smp_started;
extern volatile int smp_idle_loops;
#endif /* !LOCORE */