summaryrefslogtreecommitdiffstats
path: root/sys/amd64/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/amd64/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/amd64/include/cpu.h')
-rw-r--r--sys/amd64/include/cpu.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/amd64/include/cpu.h b/sys/amd64/include/cpu.h
index 2aeda85..f8a2ee3 100644
--- a/sys/amd64/include/cpu.h
+++ b/sys/amd64/include/cpu.h
@@ -65,7 +65,7 @@
/*
* 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 5 /* int: indicates wall CMOS clock */
OpenPOWER on IntegriCloud