summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbriggs <briggs@cvs.openbsd.org>1997-03-12 13:29:40 +0000
committerbriggs <briggs@cvs.openbsd.org>1997-03-12 13:29:40 +0000
commit79e93151212a6691a6d35131acca9baf78954748 (patch)
treeb96d43c9dcfcb699f5c3ca2938631d4963805b08
parent3c247247910b4dfed70f5f807a8b024221aeeeb1 (diff)
Move prototype for physaccess.
-rw-r--r--sys/arch/mac68k/include/cpu.h5
-rw-r--r--sys/arch/mac68k/mac68k/vm_machdep.c3
2 files changed, 5 insertions, 3 deletions
diff --git a/sys/arch/mac68k/include/cpu.h b/sys/arch/mac68k/include/cpu.h
index 636c0788a7b..e90f92203d9 100644
--- a/sys/arch/mac68k/include/cpu.h
+++ b/sys/arch/mac68k/include/cpu.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: cpu.h,v 1.14 1997/03/08 16:17:00 briggs Exp $ */
+/* $OpenBSD: cpu.h,v 1.15 1997/03/12 13:29:39 briggs Exp $ */
/* $NetBSD: cpu.h,v 1.45 1997/02/10 22:13:40 scottr Exp $ */
/*
@@ -204,6 +204,9 @@ void proc_trampoline __P((void));
/* trap.c */
void child_return __P((struct proc *, struct frame));
+/* vm_machdep.c */
+void physaccess __P((caddr_t, caddr_t, register int, register int));
+
__END_DECLS
#endif /* _CPU_MACHINE_ */
diff --git a/sys/arch/mac68k/mac68k/vm_machdep.c b/sys/arch/mac68k/mac68k/vm_machdep.c
index 9507ba646f3..c156be2c28a 100644
--- a/sys/arch/mac68k/mac68k/vm_machdep.c
+++ b/sys/arch/mac68k/mac68k/vm_machdep.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: vm_machdep.c,v 1.7 1996/10/14 01:28:43 briggs Exp $ */
+/* $OpenBSD: vm_machdep.c,v 1.8 1997/03/12 13:29:38 briggs Exp $ */
/* $NetBSD: vm_machdep.c,v 1.21 1996/09/16 18:00:31 scottr Exp $ */
/*
@@ -262,7 +262,6 @@ pagemove(from, to, size)
}
}
-void physaccess __P((caddr_t, caddr_t, register int, register int));
void TBIAS __P((void));
/*