summaryrefslogtreecommitdiffstats
path: root/sys/amd64/include/smp.h
diff options
context:
space:
mode:
authormjacob <mjacob@FreeBSD.org>1999-09-25 18:36:31 +0000
committermjacob <mjacob@FreeBSD.org>1999-09-25 18:36:31 +0000
commitcadb9cd8e808ff19d870de40292624f25bd8fa65 (patch)
tree5dbd1fe23af6aabf5b4c1df151f60f1c9a5a2f30 /sys/amd64/include/smp.h
parent5cccc0950817a6fde25aa7e067868bf921333ac7 (diff)
downloadFreeBSD-src-cadb9cd8e808ff19d870de40292624f25bd8fa65.zip
FreeBSD-src-cadb9cd8e808ff19d870de40292624f25bd8fa65.tar.gz
Fix from Tor so that if we enter the debugger in the tristate going to
SMP (other CPUs stopped but SMP mode not really started). Obtained from:Tor.Egge@fast.no
Diffstat (limited to 'sys/amd64/include/smp.h')
-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 0524d76..02f2bb8 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 */
OpenPOWER on IntegriCloud