Remove straggling reference to CPU_ macros
This commit is contained in:
parent
5c5ac08992
commit
3a8f1e72b3
@ -85,11 +85,11 @@ static volatile u_long lasttb;
|
||||
static int sysctl_machdep_adjkerntz(SYSCTL_HANDLER_ARGS);
|
||||
|
||||
int wall_cmos_clock; /* wall CMOS clock assumed if != 0 */
|
||||
SYSCTL_INT(_machdep, CPU_WALLCLOCK, wall_cmos_clock,
|
||||
SYSCTL_INT(_machdep, OID_AUTO, wall_cmos_clock,
|
||||
CTLFLAG_RW, &wall_cmos_clock, 0, "");
|
||||
|
||||
int adjkerntz; /* local offset from GMT in seconds */
|
||||
SYSCTL_PROC(_machdep, CPU_ADJKERNTZ, adjkerntz, CTLTYPE_INT|CTLFLAG_RW,
|
||||
SYSCTL_PROC(_machdep, OID_AUTO, adjkerntz, CTLTYPE_INT|CTLFLAG_RW,
|
||||
&adjkerntz, 0, sysctl_machdep_adjkerntz, "I", "");
|
||||
|
||||
#define SECDAY 86400
|
||||
|
@ -85,11 +85,11 @@ static volatile u_long lasttb;
|
||||
static int sysctl_machdep_adjkerntz(SYSCTL_HANDLER_ARGS);
|
||||
|
||||
int wall_cmos_clock; /* wall CMOS clock assumed if != 0 */
|
||||
SYSCTL_INT(_machdep, CPU_WALLCLOCK, wall_cmos_clock,
|
||||
SYSCTL_INT(_machdep, OID_AUTO, wall_cmos_clock,
|
||||
CTLFLAG_RW, &wall_cmos_clock, 0, "");
|
||||
|
||||
int adjkerntz; /* local offset from GMT in seconds */
|
||||
SYSCTL_PROC(_machdep, CPU_ADJKERNTZ, adjkerntz, CTLTYPE_INT|CTLFLAG_RW,
|
||||
SYSCTL_PROC(_machdep, OID_AUTO, adjkerntz, CTLTYPE_INT|CTLFLAG_RW,
|
||||
&adjkerntz, 0, sysctl_machdep_adjkerntz, "I", "");
|
||||
|
||||
#define SECDAY 86400
|
||||
|
Loading…
x
Reference in New Issue
Block a user