diff options
-rw-r--r-- | sys/arch/sun3/include/cpu.h | 14 |
1 files changed, 1 insertions, 13 deletions
diff --git a/sys/arch/sun3/include/cpu.h b/sys/arch/sun3/include/cpu.h index 664f4e6f15c..a9093530e2a 100644 --- a/sys/arch/sun3/include/cpu.h +++ b/sys/arch/sun3/include/cpu.h @@ -1,4 +1,4 @@ -/* $OpenBSD: cpu.h,v 1.12 2001/05/05 22:34:21 art Exp $ */ +/* $OpenBSD: cpu.h,v 1.13 2001/09/28 20:40:20 miod Exp $ */ /* $NetBSD: cpu.h,v 1.20 1995/12/21 05:02:10 mycroft Exp $ */ /* @@ -132,18 +132,6 @@ union sun3sir { #define setsoftnet() (sun3sir.sir_which[SIR_NET] = 1, setsoftint()) #define setsoftclock() (sun3sir.sir_which[SIR_CLOCK] = 1, setsoftint()) - -/* - * CTL_MACHDEP definitions. - */ -#define CPU_CONSDEV 1 /* dev_t: console terminal device */ -#define CPU_MAXID 2 /* number of valid machdep ids */ - -#define CTL_MACHDEP_NAMES { \ - { 0, 0 }, \ - { "console_device", CTLTYPE_STRUCT }, \ -} - /* values for cpu_machine_id */ #define CPU_ARCH_MASK 0xf0 |