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:
parent
1245202150
commit
6b094090d4
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=85788
@ -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.
|
||||
*/
|
||||
|
@ -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.
|
||||
*/
|
||||
|
@ -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.
|
||||
*/
|
||||
|
@ -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.
|
||||
*/
|
||||
|
@ -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.
|
||||
*/
|
||||
|
@ -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.
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user