diff options
author | Artur Grabowski <art@cvs.openbsd.org> | 2001-01-20 20:29:54 +0000 |
---|---|---|
committer | Artur Grabowski <art@cvs.openbsd.org> | 2001-01-20 20:29:54 +0000 |
commit | 1c6c80f15a901522140881f864852f6da91a89e2 (patch) | |
tree | 46b3e79c03b55b6889c2ec82874dce59f8ab305a /sys/arch/alpha | |
parent | ba0a269b438b52c5ca06c71d21fc2bca213dcc03 (diff) |
No need to include machine/alpha.h here.
Diffstat (limited to 'sys/arch/alpha')
-rw-r--r-- | sys/arch/alpha/alpha/interrupt.c | 3 | ||||
-rw-r--r-- | sys/arch/alpha/alpha/mem.c | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/sys/arch/alpha/alpha/interrupt.c b/sys/arch/alpha/alpha/interrupt.c index 7ebd6c587e6..2f86abed808 100644 --- a/sys/arch/alpha/alpha/interrupt.c +++ b/sys/arch/alpha/alpha/interrupt.c @@ -1,4 +1,4 @@ -/* $OpenBSD: interrupt.c,v 1.10 2000/11/08 19:16:59 ericj Exp $ */ +/* $OpenBSD: interrupt.c,v 1.11 2001/01/20 20:29:53 art Exp $ */ /* $NetBSD: interrupt.c,v 1.44 2000/05/23 05:12:53 thorpej Exp $ */ /* @@ -54,7 +54,6 @@ #include <machine/frame.h> #include <machine/cpuconf.h> #include <machine/intrcnt.h> -#include <machine/alpha.h> #if defined(MULTIPROCESSOR) #include <sys/device.h> diff --git a/sys/arch/alpha/alpha/mem.c b/sys/arch/alpha/alpha/mem.c index c3267d52df3..1a5328420c6 100644 --- a/sys/arch/alpha/alpha/mem.c +++ b/sys/arch/alpha/alpha/mem.c @@ -1,4 +1,4 @@ -/* $OpenBSD: mem.c,v 1.12 2000/11/08 19:16:59 ericj Exp $ */ +/* $OpenBSD: mem.c,v 1.13 2001/01/20 20:29:53 art Exp $ */ /* $NetBSD: mem.c,v 1.26 2000/03/29 03:48:20 simonb Exp $ */ /* @@ -55,7 +55,6 @@ #include <sys/conf.h> #include <machine/cpu.h> -#include <machine/alpha.h> #include <vm/vm.h> |