aboutsummaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorPoul-Henning Kamp <phk@FreeBSD.org>2008-03-26 13:03:51 +0000
committerPoul-Henning Kamp <phk@FreeBSD.org>2008-03-26 13:03:51 +0000
commitb416a29043e5bc0d5541f3905972c1c175a5a602 (patch)
treec99fd8018462bc9a009c9374c953ae20fa118c76 /sys
parent662cac9f231e3c339f011b554d232603cc58df90 (diff)
Notes
Diffstat (limited to 'sys')
-rw-r--r--sys/sun4v/include/cpu.h21
1 files changed, 0 insertions, 21 deletions
diff --git a/sys/sun4v/include/cpu.h b/sys/sun4v/include/cpu.h
index 838d4adeb433..8bca727a253b 100644
--- a/sys/sun4v/include/cpu.h
+++ b/sys/sun4v/include/cpu.h
@@ -48,27 +48,6 @@ extern void cpu_yield(void);
#define cpu_setstack(td, sp) ((td)->td_frame->tf_sp = (sp))
#define cpu_spinwait()
-
-
-/*
- * CTL_MACHDEP definitions.
- */
-#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 */
-#define CPU_WALLCLOCK 5 /* int: indicates wall CMOS clock */
-#define CPU_MAXID 6 /* number of valid machdep ids */
-
-#define CTL_MACHDEP_NAMES { \
- { 0, 0 }, \
- { "console_device", CTLTYPE_STRUCT }, \
- { "adjkerntz", CTLTYPE_INT }, \
- { "disable_rtc_set", CTLTYPE_INT }, \
- { "bootinfo", CTLTYPE_STRUCT }, \
- { "wall_cmos_clock", CTLTYPE_INT }, \
-}
-
#ifdef _KERNEL
extern char btext[];