summaryrefslogtreecommitdiff
path: root/sys/arch/mips64
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2007-10-18 04:32:28 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2007-10-18 04:32:28 +0000
commit05df80d8037fbf389d5d310f7baa287dfedb6efe (patch)
tree41ae01adc163f353f813a8e824f40d4c4facae09 /sys/arch/mips64
parentf54bdffaafbd65e3f9f7fd592c56dd2923f435e3 (diff)
No need to include <machine/pte.h> here.
Diffstat (limited to 'sys/arch/mips64')
-rw-r--r--sys/arch/mips64/mips64/arcbios.c3
-rw-r--r--sys/arch/mips64/mips64/cache_r10k.S3
-rw-r--r--sys/arch/mips64/mips64/cache_r5k.S3
-rw-r--r--sys/arch/mips64/mips64/context.S3
-rw-r--r--sys/arch/mips64/mips64/cp0access.S3
-rw-r--r--sys/arch/mips64/mips64/cpu.c3
-rw-r--r--sys/arch/mips64/mips64/lcore_float.S3
-rw-r--r--sys/arch/mips64/mips64/mem.c3
-rw-r--r--sys/arch/mips64/mips64/process_machdep.c5
-rw-r--r--sys/arch/mips64/mips64/vm_machdep.c3
10 files changed, 11 insertions, 21 deletions
diff --git a/sys/arch/mips64/mips64/arcbios.c b/sys/arch/mips64/mips64/arcbios.c
index 07fe748fa26..9a4d6f4f6fe 100644
--- a/sys/arch/mips64/mips64/arcbios.c
+++ b/sys/arch/mips64/mips64/arcbios.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: arcbios.c,v 1.9 2007/04/26 17:02:40 miod Exp $ */
+/* $OpenBSD: arcbios.c,v 1.10 2007/10/18 04:32:25 miod Exp $ */
/*-
* Copyright (c) 1996 M. Warner Losh. All rights reserved.
* Copyright (c) 1996-2004 Opsycon AB. All rights reserved.
@@ -28,7 +28,6 @@
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/proc.h>
-#include <machine/pte.h>
#include <machine/cpu.h>
#include <machine/memconf.h>
#include <machine/param.h>
diff --git a/sys/arch/mips64/mips64/cache_r10k.S b/sys/arch/mips64/mips64/cache_r10k.S
index 82cfd70de64..7d11975816d 100644
--- a/sys/arch/mips64/mips64/cache_r10k.S
+++ b/sys/arch/mips64/mips64/cache_r10k.S
@@ -1,4 +1,4 @@
-/* $OpenBSD: cache_r10k.S,v 1.5 2007/06/18 20:25:55 miod Exp $ */
+/* $OpenBSD: cache_r10k.S,v 1.6 2007/10/18 04:32:25 miod Exp $ */
/*
* Copyright (c) 2004 Opsycon AB (www.opsycon.se)
@@ -41,7 +41,6 @@
#include <machine/asm.h>
#include <machine/cpu.h>
#include <machine/regnum.h>
-#include <machine/pte.h>
#include "assym.h"
diff --git a/sys/arch/mips64/mips64/cache_r5k.S b/sys/arch/mips64/mips64/cache_r5k.S
index 42865600a29..c239ea69d04 100644
--- a/sys/arch/mips64/mips64/cache_r5k.S
+++ b/sys/arch/mips64/mips64/cache_r5k.S
@@ -1,4 +1,4 @@
-/* $OpenBSD: cache_r5k.S,v 1.19 2007/06/18 20:25:55 miod Exp $ */
+/* $OpenBSD: cache_r5k.S,v 1.20 2007/10/18 04:32:25 miod Exp $ */
/*
* Copyright (c) 1998-2004 Opsycon AB (www.opsycon.se)
@@ -49,7 +49,6 @@
#include <machine/asm.h>
#include <machine/cpu.h>
#include <machine/regnum.h>
-#include <machine/pte.h>
#include "assym.h"
diff --git a/sys/arch/mips64/mips64/context.S b/sys/arch/mips64/mips64/context.S
index 8b5876ea6d0..dc7a783d0dc 100644
--- a/sys/arch/mips64/mips64/context.S
+++ b/sys/arch/mips64/mips64/context.S
@@ -1,4 +1,4 @@
-/* $OpenBSD: context.S,v 1.15 2007/10/13 12:46:18 miod Exp $ */
+/* $OpenBSD: context.S,v 1.16 2007/10/18 04:32:25 miod Exp $ */
/*
* Copyright (c) 2002-2003 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/mips64/mips64/cp0access.S b/sys/arch/mips64/mips64/cp0access.S
index 8565415b4bd..d369e2557be 100644
--- a/sys/arch/mips64/mips64/cp0access.S
+++ b/sys/arch/mips64/mips64/cp0access.S
@@ -1,4 +1,4 @@
-/* $OpenBSD: cp0access.S,v 1.7 2007/07/16 20:23:09 miod Exp $ */
+/* $OpenBSD: cp0access.S,v 1.8 2007/10/18 04:32:25 miod Exp $ */
/*
* Copyright (c) 2001-2003 Opsycon AB (www.opsycon.se / www.opsycon.com)
@@ -38,7 +38,6 @@
#include <machine/asm.h>
#include <machine/cpu.h>
#include <machine/regnum.h>
-#include <machine/pte.h>
#include "assym.h"
diff --git a/sys/arch/mips64/mips64/cpu.c b/sys/arch/mips64/mips64/cpu.c
index bdb54f76fec..c26f3142b86 100644
--- a/sys/arch/mips64/mips64/cpu.c
+++ b/sys/arch/mips64/mips64/cpu.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: cpu.c,v 1.10 2007/05/07 18:42:13 kettenis Exp $ */
+/* $OpenBSD: cpu.c,v 1.11 2007/10/18 04:32:25 miod Exp $ */
/*
* Copyright (c) 1997-2004 Opsycon AB (www.opsycon.se)
@@ -32,7 +32,6 @@
#include <sys/user.h>
#include <sys/device.h>
-#include <machine/pte.h>
#include <machine/cpu.h>
#include <machine/autoconf.h>
diff --git a/sys/arch/mips64/mips64/lcore_float.S b/sys/arch/mips64/mips64/lcore_float.S
index 794eac3ceca..3ca66836748 100644
--- a/sys/arch/mips64/mips64/lcore_float.S
+++ b/sys/arch/mips64/mips64/lcore_float.S
@@ -1,4 +1,4 @@
-/* $OpenBSD: lcore_float.S,v 1.14 2007/07/16 20:23:09 miod Exp $ */
+/* $OpenBSD: lcore_float.S,v 1.15 2007/10/18 04:32:25 miod Exp $ */
/*
* Copyright (c) 2001-2003 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/mips64/mips64/mem.c b/sys/arch/mips64/mips64/mem.c
index 7e5c3684e01..0b1a2c16421 100644
--- a/sys/arch/mips64/mips64/mem.c
+++ b/sys/arch/mips64/mips64/mem.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: mem.c,v 1.8 2007/09/22 16:21:32 krw Exp $ */
+/* $OpenBSD: mem.c,v 1.9 2007/10/18 04:32:25 miod Exp $ */
/* $NetBSD: mem.c,v 1.6 1995/04/10 11:55:03 mycroft Exp $ */
/*
@@ -56,7 +56,6 @@
#include <sys/malloc.h>
#include <machine/autoconf.h>
-#include <machine/pte.h>
#include <machine/cpu.h>
#include <uvm/uvm_extern.h>
diff --git a/sys/arch/mips64/mips64/process_machdep.c b/sys/arch/mips64/mips64/process_machdep.c
index d3fe50bbe4b..94324f33f58 100644
--- a/sys/arch/mips64/mips64/process_machdep.c
+++ b/sys/arch/mips64/mips64/process_machdep.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: process_machdep.c,v 1.7 2007/04/26 17:05:11 miod Exp $ */
+/* $OpenBSD: process_machdep.c,v 1.8 2007/10/18 04:32:25 miod Exp $ */
/*
* Copyright (c) 1994 Adam Glass
@@ -40,7 +40,7 @@
* From:
* Id: procfs_i386.c,v 4.1 1993/12/17 10:47:45 jsp Rel
*
- * $Id: process_machdep.c,v 1.7 2007/04/26 17:05:11 miod Exp $
+ * $Id: process_machdep.c,v 1.8 2007/10/18 04:32:25 miod Exp $
*/
/*
@@ -73,7 +73,6 @@
#include <sys/user.h>
#include <sys/vnode.h>
#include <sys/ptrace.h>
-#include <machine/pte.h>
#include <machine/psl.h>
#include <machine/frame.h>
diff --git a/sys/arch/mips64/mips64/vm_machdep.c b/sys/arch/mips64/mips64/vm_machdep.c
index ce4de4e5bf9..015090bfe6a 100644
--- a/sys/arch/mips64/mips64/vm_machdep.c
+++ b/sys/arch/mips64/mips64/vm_machdep.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: vm_machdep.c,v 1.17 2007/10/13 07:18:01 miod Exp $ */
+/* $OpenBSD: vm_machdep.c,v 1.18 2007/10/18 04:32:25 miod Exp $ */
/*
* Copyright (c) 1988 University of Utah.
* Copyright (c) 1992, 1993
@@ -53,7 +53,6 @@
#include <sys/signalvar.h>
-#include <machine/pte.h>
#include <machine/cpu.h>
#include <machine/autoconf.h>