diff options
author | Philip Guenther <guenther@cvs.openbsd.org> | 2013-06-02 16:38:06 +0000 |
---|---|---|
committer | Philip Guenther <guenther@cvs.openbsd.org> | 2013-06-02 16:38:06 +0000 |
commit | c6c9e406ed1eb661b684b34e16acad06a61fd5aa (patch) | |
tree | 1266314c33f1c22495c46e5846e86e8af01806cd /sys/arch/amd64 | |
parent | cfc72418a7a3119b25d590fe32de84170986b7ba (diff) |
Don't need gdt.h here
Diffstat (limited to 'sys/arch/amd64')
-rw-r--r-- | sys/arch/amd64/amd64/machdep.c | 3 | ||||
-rw-r--r-- | sys/arch/amd64/amd64/pmap.c | 3 | ||||
-rw-r--r-- | sys/arch/amd64/amd64/sys_machdep.c | 3 | ||||
-rw-r--r-- | sys/arch/amd64/amd64/via.c | 3 | ||||
-rw-r--r-- | sys/arch/amd64/amd64/vm_machdep.c | 3 |
5 files changed, 5 insertions, 10 deletions
diff --git a/sys/arch/amd64/amd64/machdep.c b/sys/arch/amd64/amd64/machdep.c index c2eeeffd0b4..2122d996be9 100644 --- a/sys/arch/amd64/amd64/machdep.c +++ b/sys/arch/amd64/amd64/machdep.c @@ -1,4 +1,4 @@ -/* $OpenBSD: machdep.c,v 1.162 2013/03/21 15:50:27 deraadt Exp $ */ +/* $OpenBSD: machdep.c,v 1.163 2013/06/02 16:38:05 guenther Exp $ */ /* $NetBSD: machdep.c,v 1.3 2003/05/07 22:58:18 fvdl Exp $ */ /*- @@ -101,7 +101,6 @@ #include <machine/cpu.h> #include <machine/cpufunc.h> -#include <machine/gdt.h> #include <machine/pio.h> #include <machine/psl.h> #include <machine/reg.h> diff --git a/sys/arch/amd64/amd64/pmap.c b/sys/arch/amd64/amd64/pmap.c index 53ca4cfe37d..a6584ca56c6 100644 --- a/sys/arch/amd64/amd64/pmap.c +++ b/sys/arch/amd64/amd64/pmap.c @@ -1,4 +1,4 @@ -/* $OpenBSD: pmap.c,v 1.63 2011/05/17 18:06:13 ariane Exp $ */ +/* $OpenBSD: pmap.c,v 1.64 2013/06/02 16:38:05 guenther Exp $ */ /* $NetBSD: pmap.c,v 1.3 2003/05/08 18:13:13 thorpej Exp $ */ /* @@ -124,7 +124,6 @@ #include <machine/lock.h> #include <machine/cpu.h> #include <machine/specialreg.h> -#include <machine/gdt.h> #include <dev/isa/isareg.h> #include <machine/isa_machdep.h> diff --git a/sys/arch/amd64/amd64/sys_machdep.c b/sys/arch/amd64/amd64/sys_machdep.c index ef27da16596..13ece85d01f 100644 --- a/sys/arch/amd64/amd64/sys_machdep.c +++ b/sys/arch/amd64/amd64/sys_machdep.c @@ -1,4 +1,4 @@ -/* $OpenBSD: sys_machdep.c,v 1.13 2013/05/05 19:25:57 tedu Exp $ */ +/* $OpenBSD: sys_machdep.c,v 1.14 2013/06/02 16:38:05 guenther Exp $ */ /* $NetBSD: sys_machdep.c,v 1.1 2003/04/26 18:39:32 fvdl Exp $ */ /*- @@ -49,7 +49,6 @@ #include <machine/cpu.h> #include <machine/cpufunc.h> -#include <machine/gdt.h> #include <machine/psl.h> #include <machine/reg.h> #include <machine/sysarch.h> diff --git a/sys/arch/amd64/amd64/via.c b/sys/arch/amd64/amd64/via.c index 7fa8bfb8963..99dae0af125 100644 --- a/sys/arch/amd64/amd64/via.c +++ b/sys/arch/amd64/amd64/via.c @@ -1,4 +1,4 @@ -/* $OpenBSD: via.c,v 1.13 2013/05/30 15:37:51 matthew Exp $ */ +/* $OpenBSD: via.c,v 1.14 2013/06/02 16:38:05 guenther Exp $ */ /* $NetBSD: machdep.c,v 1.214 1996/11/10 03:16:17 thorpej Exp $ */ /*- @@ -46,7 +46,6 @@ #include <machine/cpu.h> #include <machine/cpufunc.h> -#include <machine/gdt.h> #include <machine/pio.h> #include <machine/bus.h> #include <machine/psl.h> diff --git a/sys/arch/amd64/amd64/vm_machdep.c b/sys/arch/amd64/amd64/vm_machdep.c index a7cbe31fa0d..6da163abcf2 100644 --- a/sys/arch/amd64/amd64/vm_machdep.c +++ b/sys/arch/amd64/amd64/vm_machdep.c @@ -1,4 +1,4 @@ -/* $OpenBSD: vm_machdep.c,v 1.27 2013/01/16 19:04:43 miod Exp $ */ +/* $OpenBSD: vm_machdep.c,v 1.28 2013/06/02 16:38:05 guenther Exp $ */ /* $NetBSD: vm_machdep.c,v 1.1 2003/04/26 18:39:33 fvdl Exp $ */ /*- @@ -57,7 +57,6 @@ #include <uvm/uvm_extern.h> #include <machine/cpu.h> -#include <machine/gdt.h> #include <machine/reg.h> #include <machine/specialreg.h> #include <machine/fpu.h> |