aboutsummaryrefslogtreecommitdiff
path: root/sys
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
parentb232a7db96d4151351ff4c21f906444fd00d5d1c (diff)
Notes
Diffstat (limited to 'sys')
-rw-r--r--sys/amd64/include/smp.h1
-rw-r--r--sys/i386/include/smp.h1
-rw-r--r--sys/sys/smp.h1
3 files changed, 3 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 */
diff --git a/sys/i386/include/smp.h b/sys/i386/include/smp.h
index 0524d76b6fbe..02f2bb85b62e 100644
--- a/sys/i386/include/smp.h
+++ b/sys/i386/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 */
diff --git a/sys/sys/smp.h b/sys/sys/smp.h
index 0524d76b6fbe..02f2bb85b62e 100644
--- a/sys/sys/smp.h
+++ b/sys/sys/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 */