mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-15 10:17:20 +00:00
Sync with sys/i386/i386/machdep.c revision 1.279.
This commit is contained in:
parent
e9c1434e68
commit
80ed4956b5
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=31716
@ -35,7 +35,7 @@
|
||||
* SUCH DAMAGE.
|
||||
*
|
||||
* from: @(#)machdep.c 7.4 (Berkeley) 6/3/91
|
||||
* $Id: machdep.c,v 1.63 1997/12/03 09:46:33 kato Exp $
|
||||
* $Id: machdep.c,v 1.64 1997/12/05 11:48:51 kato Exp $
|
||||
*/
|
||||
|
||||
#include "apm.h"
|
||||
@ -159,6 +159,14 @@ int msgbufmapped = 0; /* set when safe to use msgbuf */
|
||||
int _udatasel, _ucodesel;
|
||||
u_int atdevbase;
|
||||
|
||||
#if defined(SWTCH_OPTIM_STATS)
|
||||
extern int swtch_optim_stats;
|
||||
SYSCTL_INT(_debug, OID_AUTO, swtch_optim_stats,
|
||||
CTLFLAG_RD, &swtch_optim_stats, 0, "");
|
||||
SYSCTL_INT(_debug, OID_AUTO, tlb_flush_count,
|
||||
CTLFLAG_RD, &tlb_flush_count, 0, "");
|
||||
#endif
|
||||
|
||||
|
||||
int physmem = 0;
|
||||
int cold = 1;
|
||||
|
@ -35,7 +35,7 @@
|
||||
* SUCH DAMAGE.
|
||||
*
|
||||
* from: @(#)machdep.c 7.4 (Berkeley) 6/3/91
|
||||
* $Id: machdep.c,v 1.63 1997/12/03 09:46:33 kato Exp $
|
||||
* $Id: machdep.c,v 1.64 1997/12/05 11:48:51 kato Exp $
|
||||
*/
|
||||
|
||||
#include "apm.h"
|
||||
@ -159,6 +159,14 @@ int msgbufmapped = 0; /* set when safe to use msgbuf */
|
||||
int _udatasel, _ucodesel;
|
||||
u_int atdevbase;
|
||||
|
||||
#if defined(SWTCH_OPTIM_STATS)
|
||||
extern int swtch_optim_stats;
|
||||
SYSCTL_INT(_debug, OID_AUTO, swtch_optim_stats,
|
||||
CTLFLAG_RD, &swtch_optim_stats, 0, "");
|
||||
SYSCTL_INT(_debug, OID_AUTO, tlb_flush_count,
|
||||
CTLFLAG_RD, &tlb_flush_count, 0, "");
|
||||
#endif
|
||||
|
||||
|
||||
int physmem = 0;
|
||||
int cold = 1;
|
||||
|
Loading…
Reference in New Issue
Block a user