summaryrefslogtreecommitdiff
path: root/sys/arch/sh/include
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2007-04-29 17:53:38 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2007-04-29 17:53:38 +0000
commit00a30e5c13a44b1b983447dcb4eb2e0edc45f659 (patch)
tree3768d7a8a5f1ac77f9d2383748a9040842d13775 /sys/arch/sh/include
parent1b286df3ed9277fd99eeec31bf110a7a98d330b6 (diff)
machdep.led_blink sysctl for landisk, also move cpu_sysctl() code and related
variables from arch/sh/ to arch/landisk/. ok deraadt@
Diffstat (limited to 'sys/arch/sh/include')
-rw-r--r--sys/arch/sh/include/cpu.h15
1 files changed, 1 insertions, 14 deletions
diff --git a/sys/arch/sh/include/cpu.h b/sys/arch/sh/include/cpu.h
index 61f0faf3f89..5b3478eed30 100644
--- a/sys/arch/sh/include/cpu.h
+++ b/sys/arch/sh/include/cpu.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: cpu.h,v 1.7 2007/03/15 10:22:29 art Exp $ */
+/* $OpenBSD: cpu.h,v 1.8 2007/04/29 17:53:37 miod Exp $ */
/* $NetBSD: cpu.h,v 1.41 2006/01/21 04:24:12 uwe Exp $ */
/*-
@@ -179,19 +179,6 @@ extern int want_resched; /* need_resched() was called */
*/
#include <machine/cputypes.h>
-/*
- * CTL_MACHDEP definitions.
- */
-#define CPU_CONSDEV 1 /* dev_t: console terminal device */
-#define CPU_KBDRESET 2 /* keyboard reset */
-#define CPU_MAXID 3 /* number of valid machdep ids */
-
-#define CTL_MACHDEP_NAMES { \
- { 0, 0 }, \
- { "console_device", CTLTYPE_STRUCT }, \
- { "kbdreset", CTLTYPE_INT }, \
-}
-
#ifdef _KERNEL
void sh_cpu_init(int, int);
void sh_startup(void);