summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgene <gene@cvs.openbsd.org>1997-11-30 18:25:39 +0000
committergene <gene@cvs.openbsd.org>1997-11-30 18:25:39 +0000
commit82e3aed69c58396e3e6765d48b1017f3ae9b4079 (patch)
treeff243a5e9f96d9bc710a60b718f279823c924584
parentb0a56f00013b9082b45a82c7893684ebab9651e4 (diff)
Pull in vm/vm.h in the appropriate order for simple_dat_lock_t in vm/pmap.h
-rw-r--r--sys/arch/mac68k/mac68k/macrom.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/sys/arch/mac68k/mac68k/macrom.c b/sys/arch/mac68k/mac68k/macrom.c
index 894031fedd0..c53bc5e2f4a 100644
--- a/sys/arch/mac68k/mac68k/macrom.c
+++ b/sys/arch/mac68k/mac68k/macrom.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: macrom.c,v 1.17 1997/11/30 06:36:42 gene Exp $ */
+/* $OpenBSD: macrom.c,v 1.18 1997/11/30 18:25:38 gene Exp $ */
/* $NetBSD: macrom.c,v 1.31 1997/03/01 17:20:34 scottr Exp $ */
/*-
@@ -51,6 +51,7 @@
#include <sys/queue.h>
#include <sys/lock.h>
+#include <vm/vm.h>
#include <vm/vm_prot.h>
#include <vm/vm_param.h>
#include <vm/pmap.h>
@@ -63,7 +64,7 @@
#include <machine/frame.h>
- /* trap modifiers (put it macrom.h) */
+/* trap modifiers (put it macrom.h) */
#define TRAP_TOOLBOX(a) ((a) & 0x800)
#define TRAP_PASSA0(a) ((a) & 0x100)
#define TRAP_NUM(a) (TRAP_TOOLBOX(a) ? (a) & 0x3ff : (a) & 0xff)
@@ -71,7 +72,7 @@
#define TRAP_CLEAR(a) ((a) & 0x200)
- /* Mac Rom Glue global variables */
+/* Mac Rom Glue global variables */
/*
* ADB Storage. Is 512 bytes enough? Too much?
*/