diff options
-rw-r--r-- | sys/arch/alpha/alpha/cpu.c | 3 | ||||
-rw-r--r-- | sys/arch/alpha/alpha/dec_axppci_33.c | 3 | ||||
-rw-r--r-- | sys/arch/alpha/alpha/interrupt.c | 3 | ||||
-rw-r--r-- | sys/arch/alpha/alpha/mem.c | 3 | ||||
-rw-r--r-- | sys/arch/alpha/alpha/prom.c | 3 | ||||
-rw-r--r-- | sys/arch/alpha/alpha/trap.c | 3 | ||||
-rw-r--r-- | sys/arch/alpha/alpha/vm_machdep.c | 3 |
7 files changed, 7 insertions, 14 deletions
diff --git a/sys/arch/alpha/alpha/cpu.c b/sys/arch/alpha/alpha/cpu.c index d62eafbba21..cced4e256eb 100644 --- a/sys/arch/alpha/alpha/cpu.c +++ b/sys/arch/alpha/alpha/cpu.c @@ -1,4 +1,4 @@ -/* $OpenBSD: cpu.c,v 1.8 2000/11/08 19:16:58 ericj Exp $ */ +/* $OpenBSD: cpu.c,v 1.9 2001/01/20 20:25:22 art Exp $ */ /* $NetBSD: cpu.c,v 1.44 2000/05/23 05:12:53 thorpej Exp $ */ /*- @@ -79,7 +79,6 @@ #include <machine/cpu.h> #include <machine/rpb.h> #include <machine/prom.h> -#include <machine/alpha.h> #if defined(MULTIPROCESSOR) #include <sys/malloc.h> diff --git a/sys/arch/alpha/alpha/dec_axppci_33.c b/sys/arch/alpha/alpha/dec_axppci_33.c index 3142011d0ec..2cb9a6d8f4a 100644 --- a/sys/arch/alpha/alpha/dec_axppci_33.c +++ b/sys/arch/alpha/alpha/dec_axppci_33.c @@ -1,4 +1,4 @@ -/* $OpenBSD: dec_axppci_33.c,v 1.12 2000/11/16 23:32:20 ericj Exp $ */ +/* $OpenBSD: dec_axppci_33.c,v 1.13 2001/01/20 20:27:40 art Exp $ */ /* $NetBSD: dec_axppci_33.c,v 1.44 2000/05/22 20:13:32 thorpej Exp $ */ /* @@ -39,7 +39,6 @@ #include <sys/conf.h> #include <machine/rpb.h> -#include <machine/alpha.h> #include <machine/autoconf.h> #include <machine/cpuconf.h> 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> diff --git a/sys/arch/alpha/alpha/prom.c b/sys/arch/alpha/alpha/prom.c index b93cb68ef56..62c6fe610ca 100644 --- a/sys/arch/alpha/alpha/prom.c +++ b/sys/arch/alpha/alpha/prom.c @@ -1,4 +1,4 @@ -/* $OpenBSD: prom.c,v 1.8 2000/11/08 19:16:59 ericj Exp $ */ +/* $OpenBSD: prom.c,v 1.9 2001/01/20 20:27:40 art Exp $ */ /* $NetBSD: prom.c,v 1.39 2000/03/06 21:36:05 thorpej Exp $ */ /* @@ -35,7 +35,6 @@ #include <machine/cpu.h> #include <machine/rpb.h> -#include <machine/alpha.h> #define ENABLEPROM #include <machine/prom.h> diff --git a/sys/arch/alpha/alpha/trap.c b/sys/arch/alpha/alpha/trap.c index c07c3fb9112..a28209ea907 100644 --- a/sys/arch/alpha/alpha/trap.c +++ b/sys/arch/alpha/alpha/trap.c @@ -1,4 +1,4 @@ -/* $OpenBSD: trap.c,v 1.24 2000/11/16 18:38:34 ericj Exp $ */ +/* $OpenBSD: trap.c,v 1.25 2001/01/20 20:27:40 art Exp $ */ /* $NetBSD: trap.c,v 1.52 2000/05/24 16:48:33 thorpej Exp $ */ /*- @@ -111,7 +111,6 @@ #include <machine/cpu.h> #include <machine/reg.h> -#include <machine/alpha.h> #ifdef DDB #include <machine/db_machdep.h> #endif diff --git a/sys/arch/alpha/alpha/vm_machdep.c b/sys/arch/alpha/alpha/vm_machdep.c index d2f06942f83..d493a84a6f7 100644 --- a/sys/arch/alpha/alpha/vm_machdep.c +++ b/sys/arch/alpha/alpha/vm_machdep.c @@ -1,4 +1,4 @@ -/* $OpenBSD: vm_machdep.c,v 1.17 2000/11/08 19:16:59 ericj Exp $ */ +/* $OpenBSD: vm_machdep.c,v 1.18 2001/01/20 20:27:40 art Exp $ */ /* $NetBSD: vm_machdep.c,v 1.55 2000/03/29 03:49:48 simonb Exp $ */ /* @@ -45,7 +45,6 @@ #include <uvm/uvm_extern.h> #include <machine/cpu.h> -#include <machine/alpha.h> #include <machine/pmap.h> #include <machine/reg.h> |