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 | |
| parent | 1245202150fa872e1bf58265819d8df448db26d6 (diff) | |
Notes
| -rw-r--r-- | sys/amd64/amd64/mp_machdep.c | 2 | ||||
| -rw-r--r-- | sys/amd64/amd64/mptable.c | 2 | ||||
| -rw-r--r-- | sys/amd64/include/mptable.h | 2 | ||||
| -rw-r--r-- | sys/i386/i386/mp_machdep.c | 2 | ||||
| -rw-r--r-- | sys/i386/i386/mptable.c | 2 | ||||
| -rw-r--r-- | sys/i386/include/mptable.h | 2 |
6 files changed, 12 insertions, 0 deletions
diff --git a/sys/amd64/amd64/mp_machdep.c b/sys/amd64/amd64/mp_machdep.c index 13144b964b60c..0aa621fe173dd 100644 --- a/sys/amd64/amd64/mp_machdep.c +++ b/sys/amd64/amd64/mp_machdep.c @@ -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. */ diff --git a/sys/amd64/amd64/mptable.c b/sys/amd64/amd64/mptable.c index 13144b964b60c..0aa621fe173dd 100644 --- a/sys/amd64/amd64/mptable.c +++ b/sys/amd64/amd64/mptable.c @@ -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. */ 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. */ diff --git a/sys/i386/i386/mp_machdep.c b/sys/i386/i386/mp_machdep.c index 13144b964b60c..0aa621fe173dd 100644 --- a/sys/i386/i386/mp_machdep.c +++ b/sys/i386/i386/mp_machdep.c @@ -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. */ diff --git a/sys/i386/i386/mptable.c b/sys/i386/i386/mptable.c index 13144b964b60c..0aa621fe173dd 100644 --- a/sys/i386/i386/mptable.c +++ b/sys/i386/i386/mptable.c @@ -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. */ diff --git a/sys/i386/include/mptable.h b/sys/i386/include/mptable.h index 13144b964b60c..0aa621fe173dd 100644 --- a/sys/i386/include/mptable.h +++ b/sys/i386/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. */ |
