summaryrefslogtreecommitdiffstats
path: root/sys/amd64/include
diff options
context:
space:
mode:
authormjacob <mjacob@FreeBSD.org>2001-10-31 23:54:27 +0000
committermjacob <mjacob@FreeBSD.org>2001-10-31 23:54:27 +0000
commitfae635276937ccdffdd346f142a928b675efd49e (patch)
treeb3c92b9ce7fba4098823fc654d9c6a5bca27f357 /sys/amd64/include
parent7d2fda1087bfea0a410239844d8f50e22cff7872 (diff)
downloadFreeBSD-src-fae635276937ccdffdd346f142a928b675efd49e.zip
FreeBSD-src-fae635276937ccdffdd346f142a928b675efd49e.tar.gz
Remove previous revision. smp_started back in subr_smp where it belongs.
Diffstat (limited to 'sys/amd64/include')
-rw-r--r--sys/amd64/include/mptable.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/amd64/include/mptable.h b/sys/amd64/include/mptable.h
index 0aa621f..13144b9 100644
--- a/sys/amd64/include/mptable.h
+++ b/sys/amd64/include/mptable.h
@@ -291,8 +291,6 @@ struct pcb stoppcbs[MAXCPU];
int invltlb_ok = 0; /* throttle smp_invltlb() till safe */
SYSCTL_INT(_machdep, OID_AUTO, invltlb_ok, CTLFLAG_RW, &invltlb_ok, 0, "");
-volatile int smp_started;
-
/*
* Local data and functions.
*/
OpenPOWER on IntegriCloud