summaryrefslogtreecommitdiffstats
path: root/sys/ia64/include/cpu.h
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>2004-06-20 03:52:50 +0000
committerbde <bde@FreeBSD.org>2004-06-20 03:52:50 +0000
commitda4e7c693b9265024d10655fef30c50246311b0c (patch)
treef43c4c102aa1b264f32a165c02d81bd1e9b212ef /sys/ia64/include/cpu.h
parentb84441dcdffb6fbc3387b1924064752d409f6288 (diff)
downloadFreeBSD-src-da4e7c693b9265024d10655fef30c50246311b0c.zip
FreeBSD-src-da4e7c693b9265024d10655fef30c50246311b0c.tar.gz
Backed out previous commit. Blind substitution of dev_t by `struct cdev *'
was just wrong here because the dev_t's are user dev_t's.
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 b2bffe8..f6f6b5c 100644
--- a/sys/ia64/include/cpu.h
+++ b/sys/ia64/include/cpu.h
@@ -62,7 +62,7 @@ struct clockframe {
/*
* CTL_MACHDEP definitions.
*/
-#define CPU_CONSDEV 1 /* struct cdev *: console terminal device */
+#define CPU_CONSDEV 1 /* dev_t: console terminal device */
#define CPU_ADJKERNTZ 2 /* int: timezone offset (seconds) */
#define CPU_DISRTCSET 3 /* int: disable resettodr() call */
#define CPU_WALLCLOCK 4 /* int: indicates wall CMOS clock */
OpenPOWER on IntegriCloud