summaryrefslogtreecommitdiffstats
path: root/sys/ia64/include/cpu.h
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2002-10-06 05:25:10 +0000
committerobrien <obrien@FreeBSD.org>2002-10-06 05:25:10 +0000
commit7bd9004154ab5a4569da7987b1bd94839420add3 (patch)
tree555dd390834208d57bcf541e9e96a2d81445859d /sys/ia64/include/cpu.h
parent6a1bc5c1b339fe793965094d35814e0bd307bcea (diff)
downloadFreeBSD-src-7bd9004154ab5a4569da7987b1bd94839420add3.zip
FreeBSD-src-7bd9004154ab5a4569da7987b1bd94839420add3.tar.gz
It appears CPU_MAXID should be 1 more than the number of CPU_* defines.
Diffstat (limited to 'sys/ia64/include/cpu.h')
-rw-r--r--sys/ia64/include/cpu.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/ia64/include/cpu.h b/sys/ia64/include/cpu.h
index cf8f451..92e2cce 100644
--- a/sys/ia64/include/cpu.h
+++ b/sys/ia64/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