diff options
author | Philip Guenther <guenther@cvs.openbsd.org> | 2018-04-24 20:29:16 +0000 |
---|---|---|
committer | Philip Guenther <guenther@cvs.openbsd.org> | 2018-04-24 20:29:16 +0000 |
commit | 44d4e7b8e05b0fae68343f2e028a6df6ff435046 (patch) | |
tree | 566b40a5e2f8fe4e939eeeaace2ec45844e1b8d1 /sys/arch/amd64 | |
parent | 90f1e67a8e0e327c9a43bfa0141d645674e27d8a (diff) |
<machine/i82489reg.h> isn't used here
ok mlarkin@
Diffstat (limited to 'sys/arch/amd64')
-rw-r--r-- | sys/arch/amd64/amd64/db_interface.c | 3 | ||||
-rw-r--r-- | sys/arch/amd64/amd64/ipifuncs.c | 3 | ||||
-rw-r--r-- | sys/arch/amd64/amd64/vmm.c | 3 |
3 files changed, 3 insertions, 6 deletions
diff --git a/sys/arch/amd64/amd64/db_interface.c b/sys/arch/amd64/amd64/db_interface.c index 70e7ac718dd..0c707c3449c 100644 --- a/sys/arch/amd64/amd64/db_interface.c +++ b/sys/arch/amd64/amd64/db_interface.c @@ -1,4 +1,4 @@ -/* $OpenBSD: db_interface.c,v 1.30 2018/03/20 15:45:32 mpi Exp $ */ +/* $OpenBSD: db_interface.c,v 1.31 2018/04/24 20:29:15 guenther Exp $ */ /* $NetBSD: db_interface.c,v 1.1 2003/04/26 18:39:27 fvdl Exp $ */ /* @@ -45,7 +45,6 @@ #include <machine/db_machdep.h> #include <machine/cpuvar.h> #include <machine/i82093var.h> -#include <machine/i82489reg.h> #include <machine/atomic.h> #include <ddb/db_sym.h> diff --git a/sys/arch/amd64/amd64/ipifuncs.c b/sys/arch/amd64/amd64/ipifuncs.c index c563de2fd4d..81b5d079b67 100644 --- a/sys/arch/amd64/amd64/ipifuncs.c +++ b/sys/arch/amd64/amd64/ipifuncs.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ipifuncs.c,v 1.29 2017/12/04 09:38:20 mpi Exp $ */ +/* $OpenBSD: ipifuncs.c,v 1.30 2018/04/24 20:29:15 guenther Exp $ */ /* $NetBSD: ipifuncs.c,v 1.1 2003/04/26 18:39:28 fvdl Exp $ */ /*- @@ -47,7 +47,6 @@ #include <machine/atomic.h> #include <machine/cpuvar.h> #include <machine/i82093var.h> -#include <machine/i82489reg.h> #include <machine/i82489var.h> #include <machine/fpu.h> #include <machine/mplock.h> diff --git a/sys/arch/amd64/amd64/vmm.c b/sys/arch/amd64/amd64/vmm.c index a84f1e05141..a8543be4b45 100644 --- a/sys/arch/amd64/amd64/vmm.c +++ b/sys/arch/amd64/amd64/vmm.c @@ -1,4 +1,4 @@ -/* $OpenBSD: vmm.c,v 1.188 2018/04/24 17:05:54 mlarkin Exp $ */ +/* $OpenBSD: vmm.c,v 1.189 2018/04/24 20:29:15 guenther Exp $ */ /* * Copyright (c) 2014 Mike Larkin <mlarkin@openbsd.org> * @@ -37,7 +37,6 @@ #include <machine/segments.h> #include <machine/cpufunc.h> #include <machine/vmmvar.h> -#include <machine/i82489reg.h> #include <dev/isa/isareg.h> |