aboutsummaryrefslogtreecommitdiff
path: root/sys/amd64
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>1994-09-16 01:05:24 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>1994-09-16 01:05:24 +0000
commitdd067f08094bbc040f7e62a1990a267eebb0930f (patch)
treecaf98142b6b683e447e52b10b842d4f86452d04c /sys/amd64
parent3826e6e5f0063137999baf98f666f4335971fd21 (diff)
Notes
Diffstat (limited to 'sys/amd64')
-rw-r--r--sys/amd64/include/cpu.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/sys/amd64/include/cpu.h b/sys/amd64/include/cpu.h
index 8bc20e276add..e716c1c7e29b 100644
--- a/sys/amd64/include/cpu.h
+++ b/sys/amd64/include/cpu.h
@@ -34,7 +34,7 @@
* SUCH DAMAGE.
*
* from: @(#)cpu.h 5.4 (Berkeley) 5/9/91
- * $Id: cpu.h,v 1.6 1994/05/25 08:55:47 rgrimes Exp $
+ * $Id: cpu.h,v 1.7 1994/08/13 03:49:48 wollman Exp $
*/
#ifndef _MACHINE_CPU_H_
@@ -101,11 +101,13 @@ struct cpu_nameclass {
* CTL_MACHDEP definitions.
*/
#define CPU_CONSDEV 1 /* dev_t: console terminal device */
-#define CPU_MAXID 2 /* number of valid machdep ids */
+#define CPU_ADJKERNTZ 2 /* int: timezone offset for resettodr() */
+#define CPU_MAXID 3 /* number of valid machdep ids */
#define CTL_MACHDEP_NAMES { \
{ 0, 0 }, \
{ "console_device", CTLTYPE_STRUCT }, \
+ { "adjkerntz", CTLTYPE_INT }, \
}
#ifdef KERNEL