diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2001-09-28 20:40:21 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2001-09-28 20:40:21 +0000 |
commit | 44f7991f667a3d16147c4243c7507c74adc8a6e8 (patch) | |
tree | e00540294105819014101da6893f9c0532a5d81c /sys/arch/sun3 | |
parent | 830f389e17ee4162d6b747e556acc5a00e033759 (diff) |
No need duplicating defines.
Diffstat (limited to 'sys/arch/sun3')
-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 |