summaryrefslogtreecommitdiffstats
path: root/sys/alpha/include/cpu.h
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2002-10-06 05:24:13 +0000
committerobrien <obrien@FreeBSD.org>2002-10-06 05:24:13 +0000
commit6a1bc5c1b339fe793965094d35814e0bd307bcea (patch)
tree13909ccd16014e1ac09c4d075e4ed484fc5a3ddc /sys/alpha/include/cpu.h
parent35ddfecc3802d102e700c0c610d495c8a4b0028c (diff)
downloadFreeBSD-src-6a1bc5c1b339fe793965094d35814e0bd307bcea.zip
FreeBSD-src-6a1bc5c1b339fe793965094d35814e0bd307bcea.tar.gz
CPU_MAXID should
Diffstat (limited to 'sys/alpha/include/cpu.h')
-rw-r--r--sys/alpha/include/cpu.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/alpha/include/cpu.h b/sys/alpha/include/cpu.h
index 4abb738..9d05765 100644
--- a/sys/alpha/include/cpu.h
+++ b/sys/alpha/include/cpu.h
@@ -81,7 +81,7 @@ struct clockframe {
#define CPU_ADJKERNTZ 7 /* int: timezone offset (seconds) */
#define CPU_DISRTCSET 8 /* int: disable resettodr() call */
#define CPU_WALLCLOCK 9 /* int: indicates wall CMOS clock */
-#define CPU_MAXID 9 /* 9 valid machdep IDs */
+#define CPU_MAXID 10 /* valid machdep IDs */
#define CTL_MACHDEP_NAMES { \
{ 0, 0 }, \
OpenPOWER on IntegriCloud