Make the actual volatile int smp_started live *somewhere*. This is

a temporary fix so that we can compile kernels. I waited 30 minutes
for a response from the person who would likely know, but any longer
is too long to wait with breakage at ToT.
This commit is contained in:
Matt Jacob 2001-10-31 20:43:48 +00:00
parent 1245202150
commit 6b094090d4
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=85788
6 changed files with 12 additions and 0 deletions

View File

@ -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.
*/

View File

@ -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.
*/

View File

@ -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.
*/

View File

@ -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.
*/

View File

@ -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.
*/

View File

@ -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.
*/