summaryrefslogtreecommitdiffstats
path: root/sys/sparc64
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/sparc64
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/sparc64')
-rw-r--r--sys/sparc64/include/cpu.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/sparc64/include/cpu.h b/sys/sparc64/include/cpu.h
index 6778d04..b00280d 100644
--- a/sys/sparc64/include/cpu.h
+++ b/sys/sparc64/include/cpu.h
@@ -52,7 +52,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_BOOTINFO 4 /* struct: bootinfo */
OpenPOWER on IntegriCloud