mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-14 10:09:48 +00:00
- Fix style bug.
- hw.ispc98 -> machdep.ispc98. Submitted by: Garrett Wollman (hw -> machdep)
This commit is contained in:
parent
7ae76930a5
commit
aa53a702c9
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=38717
@ -35,7 +35,7 @@
|
||||
* SUCH DAMAGE.
|
||||
*
|
||||
* from: @(#)machdep.c 7.4 (Berkeley) 6/3/91
|
||||
* $Id: machdep.c,v 1.305 1998/08/31 08:41:36 kato Exp $
|
||||
* $Id: machdep.c,v 1.306 1998/08/31 16:18:45 luoqi Exp $
|
||||
*/
|
||||
|
||||
#include "apm.h"
|
||||
@ -170,11 +170,11 @@ SYSCTL_INT(_debug, OID_AUTO, tlb_flush_count,
|
||||
#endif
|
||||
|
||||
#ifdef PC98
|
||||
int ispc98 = 1;
|
||||
int ispc98 = 1;
|
||||
#else
|
||||
int ispc98 = 0;
|
||||
#endif
|
||||
SYSCTL_INT(_hw, OID_AUTO, ispc98, CTLFLAG_RD, &ispc98, 0, "");
|
||||
SYSCTL_INT(_machdep, OID_AUTO, ispc98, CTLFLAG_RD, &ispc98, 0, "");
|
||||
|
||||
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.305 1998/08/31 08:41:36 kato Exp $
|
||||
* $Id: machdep.c,v 1.306 1998/08/31 16:18:45 luoqi Exp $
|
||||
*/
|
||||
|
||||
#include "apm.h"
|
||||
@ -170,11 +170,11 @@ SYSCTL_INT(_debug, OID_AUTO, tlb_flush_count,
|
||||
#endif
|
||||
|
||||
#ifdef PC98
|
||||
int ispc98 = 1;
|
||||
int ispc98 = 1;
|
||||
#else
|
||||
int ispc98 = 0;
|
||||
#endif
|
||||
SYSCTL_INT(_hw, OID_AUTO, ispc98, CTLFLAG_RD, &ispc98, 0, "");
|
||||
SYSCTL_INT(_machdep, OID_AUTO, ispc98, CTLFLAG_RD, &ispc98, 0, "");
|
||||
|
||||
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.91 1998/08/19 09:32:15 kato Exp $
|
||||
* $Id: machdep.c,v 1.92 1998/08/31 08:41:58 kato Exp $
|
||||
*/
|
||||
|
||||
#include "apm.h"
|
||||
@ -180,11 +180,11 @@ SYSCTL_INT(_debug, OID_AUTO, tlb_flush_count,
|
||||
#endif
|
||||
|
||||
#ifdef PC98
|
||||
int ispc98 = 1;
|
||||
int ispc98 = 1;
|
||||
#else
|
||||
int ispc98 = 0;
|
||||
#endif
|
||||
SYSCTL_INT(_hw, OID_AUTO, ispc98, CTLFLAG_RD, &ispc98, 0, "");
|
||||
SYSCTL_INT(_machdep, OID_AUTO, ispc98, CTLFLAG_RD, &ispc98, 0, "");
|
||||
|
||||
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.91 1998/08/19 09:32:15 kato Exp $
|
||||
* $Id: machdep.c,v 1.92 1998/08/31 08:41:58 kato Exp $
|
||||
*/
|
||||
|
||||
#include "apm.h"
|
||||
@ -180,11 +180,11 @@ SYSCTL_INT(_debug, OID_AUTO, tlb_flush_count,
|
||||
#endif
|
||||
|
||||
#ifdef PC98
|
||||
int ispc98 = 1;
|
||||
int ispc98 = 1;
|
||||
#else
|
||||
int ispc98 = 0;
|
||||
#endif
|
||||
SYSCTL_INT(_hw, OID_AUTO, ispc98, CTLFLAG_RD, &ispc98, 0, "");
|
||||
SYSCTL_INT(_machdep, OID_AUTO, ispc98, CTLFLAG_RD, &ispc98, 0, "");
|
||||
|
||||
int physmem = 0;
|
||||
int cold = 1;
|
||||
|
Loading…
Reference in New Issue
Block a user