summaryrefslogtreecommitdiff
path: root/sys/arch/mvme88k
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2001-08-12 21:34:54 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2001-08-12 21:34:54 +0000
commite89844d561cb66250ca962658ce54896d74def92 (patch)
treec132059e0ee51d23036b2d289e8b422d45f0b8eb /sys/arch/mvme88k
parent43b1cc4e9648a42374a5ef85e639fed142f6261d (diff)
Actually, I'm not fond of include files including <uvm/uvm_extern.h>,
especially when this is in fact, not necessary.
Diffstat (limited to 'sys/arch/mvme88k')
-rw-r--r--sys/arch/mvme88k/include/db_machdep.h7
-rw-r--r--sys/arch/mvme88k/include/pmap.h6
2 files changed, 5 insertions, 8 deletions
diff --git a/sys/arch/mvme88k/include/db_machdep.h b/sys/arch/mvme88k/include/db_machdep.h
index e864333d4c3..ba07441446e 100644
--- a/sys/arch/mvme88k/include/db_machdep.h
+++ b/sys/arch/mvme88k/include/db_machdep.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: db_machdep.h,v 1.10 2001/08/12 21:00:14 mickey Exp $ */
+/* $OpenBSD: db_machdep.h,v 1.11 2001/08/12 21:34:48 miod Exp $ */
/*
* Mach Operating System
* Copyright (c) 1993-1991 Carnegie Mellon University
@@ -36,13 +36,12 @@
#ifndef _M88K_DB_MACHDEP_H_
#define _M88K_DB_MACHDEP_H_
-#include <sys/types.h>
-#include <vm/vm_param.h>
-#include <uvm/uvm_extern.h>
#include <machine/pcb.h> /* m88100_saved_state */
#include <machine/psl.h>
#include <machine/trap.h>
+#include <vm/vm_param.h>
+
#define BKPT_SIZE (4) /* number of bytes in bkpt inst. */
#define BKPT_INST (0xF000D082U) /* tb0, 0,r0, vector 132 */
#define BKPT_SET(inst) (BKPT_INST)
diff --git a/sys/arch/mvme88k/include/pmap.h b/sys/arch/mvme88k/include/pmap.h
index c25e5309dee..bcb036a99b3 100644
--- a/sys/arch/mvme88k/include/pmap.h
+++ b/sys/arch/mvme88k/include/pmap.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: pmap.h,v 1.14 2001/08/12 20:13:07 miod Exp $ */
+/* $OpenBSD: pmap.h,v 1.15 2001/08/12 21:34:48 miod Exp $ */
/*
* Mach Operating System
* Copyright (c) 1991 Carnegie Mellon University
@@ -16,11 +16,9 @@
#define _MACHINE_PMAP_H_
#define OMRON_PMAP
-#include <machine/psl.h> /* get standard goodies */
-#include <vm/vm_param.h>
-#include <uvm/uvm_extern>h>
#include <machine/mmu.h> /* batc_template_t, BATC_MAX, etc.*/
#include <machine/pcb.h> /* pcb_t, etc.*/
+#include <machine/psl.h> /* get standard goodies */
typedef struct sdt_entry *sdt_ptr_t;