diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2007-10-18 04:32:28 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2007-10-18 04:32:28 +0000 |
commit | 05df80d8037fbf389d5d310f7baa287dfedb6efe (patch) | |
tree | 41ae01adc163f353f813a8e824f40d4c4facae09 /sys/arch/sgi | |
parent | f54bdffaafbd65e3f9f7fd592c56dd2923f435e3 (diff) |
No need to include <machine/pte.h> here.
Diffstat (limited to 'sys/arch/sgi')
-rw-r--r-- | sys/arch/sgi/pci/macepcibridge.c | 3 | ||||
-rw-r--r-- | sys/arch/sgi/sgi/locore.S | 3 | ||||
-rw-r--r-- | sys/arch/sgi/sgi/machdep.c | 3 |
3 files changed, 3 insertions, 6 deletions
diff --git a/sys/arch/sgi/pci/macepcibridge.c b/sys/arch/sgi/pci/macepcibridge.c index 64830ea9f26..71c4f0ef6f6 100644 --- a/sys/arch/sgi/pci/macepcibridge.c +++ b/sys/arch/sgi/pci/macepcibridge.c @@ -1,4 +1,4 @@ -/* $OpenBSD: macepcibridge.c,v 1.12 2007/06/21 20:17:12 miod Exp $ */ +/* $OpenBSD: macepcibridge.c,v 1.13 2007/10/18 04:32:27 miod Exp $ */ /* * Copyright (c) 2001-2004 Opsycon AB (www.opsycon.se) @@ -41,7 +41,6 @@ #include <uvm/uvm.h> #include <machine/autoconf.h> -#include <machine/pte.h> #include <machine/cpu.h> #include <machine/vmparam.h> diff --git a/sys/arch/sgi/sgi/locore.S b/sys/arch/sgi/sgi/locore.S index 9185998ea0d..1bd4236b70b 100644 --- a/sys/arch/sgi/sgi/locore.S +++ b/sys/arch/sgi/sgi/locore.S @@ -1,4 +1,4 @@ -/* $OpenBSD: locore.S,v 1.6 2004/12/24 22:50:31 miod Exp $ */ +/* $OpenBSD: locore.S,v 1.7 2007/10/18 04:32:27 miod Exp $ */ /* * Copyright (c) 2001-2004 Opsycon AB (www.opsycon.se / www.opsycon.com) @@ -34,7 +34,6 @@ #include <machine/cpu.h> #include <machine/regnum.h> #include <machine/cpustate.h> -#include <machine/pte.h> #include "assym.h" diff --git a/sys/arch/sgi/sgi/machdep.c b/sys/arch/sgi/sgi/machdep.c index 15a90243032..2d9d3dd04e9 100644 --- a/sys/arch/sgi/sgi/machdep.c +++ b/sys/arch/sgi/sgi/machdep.c @@ -1,4 +1,4 @@ -/* $OpenBSD: machdep.c,v 1.47 2007/07/18 20:05:25 miod Exp $ */ +/* $OpenBSD: machdep.c,v 1.48 2007/10/18 04:32:27 miod Exp $ */ /* * Copyright (c) 2003-2004 Opsycon AB (www.opsycon.se / www.opsycon.com) @@ -61,7 +61,6 @@ #include <machine/db_machdep.h> #include <ddb/db_interface.h> -#include <machine/pte.h> #include <machine/cpu.h> #include <machine/frame.h> #include <machine/pio.h> |