From: briggs Date: Wed, 12 Mar 1997 13:29:38 +0000 (+0000) Subject: Move prototype for physaccess. X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=311835f952495e0349c28f6b3a5ee15eb13d9edc;p=openbsd Move prototype for physaccess. --- 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)); /*