diff options
| author | Matt Jacob <mjacob@FreeBSD.org> | 2001-10-31 20:43:48 +0000 |
|---|---|---|
| committer | Matt Jacob <mjacob@FreeBSD.org> | 2001-10-31 20:43:48 +0000 |
| commit | 6b094090d4057f6a7d1428cef1356a4aed886a95 (patch) | |
| tree | 2cd8fece6cc53050e24248285f05700c4c385db2 /sys/amd64/include | |
| parent | 1245202150fa872e1bf58265819d8df448db26d6 (diff) | |
Notes
Diffstat (limited to 'sys/amd64/include')
| -rw-r--r-- | sys/amd64/include/mptable.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/amd64/include/mptable.h b/sys/amd64/include/mptable.h index 13144b964b60c..0aa621fe173dd 100644 --- a/sys/amd64/include/mptable.h +++ b/sys/amd64/include/mptable.h @@ -291,6 +291,8 @@ 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. */ |
