summaryrefslogtreecommitdiffstats
path: root/sys/sun4v
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2008-03-26 13:03:51 +0000
committerphk <phk@FreeBSD.org>2008-03-26 13:03:51 +0000
commit6f9c1b7d4776925aa7a6446151e8f9c1ffd6119f (patch)
treec99fd8018462bc9a009c9374c953ae20fa118c76 /sys/sun4v
parentb64d211df297d77924499922ae04318904cd0e56 (diff)
downloadFreeBSD-src-6f9c1b7d4776925aa7a6446151e8f9c1ffd6119f.zip
FreeBSD-src-6f9c1b7d4776925aa7a6446151e8f9c1ffd6119f.tar.gz
Remove old sysctl stuff which is long gone in other arch's.
Diffstat (limited to 'sys/sun4v')
-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 838d4ad..8bca727 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[];
OpenPOWER on IntegriCloud