Remove previous revision. smp_started back in subr_smp where it belongs.
This commit is contained in:
parent
9a5849d115
commit
ff6164046e
@ -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.
|
||||
*/
|
||||
|
@ -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.
|
||||
*/
|
||||
|
@ -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.
|
||||
*/
|
||||
|
@ -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.
|
||||
*/
|
||||
|
@ -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.
|
||||
*/
|
||||
|
@ -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.
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user