summaryrefslogtreecommitdiff
path: root/sys/arch/powerpc
diff options
context:
space:
mode:
authorMichael Shalayeff <mickey@cvs.openbsd.org>2001-09-10 16:44:53 +0000
committerMichael Shalayeff <mickey@cvs.openbsd.org>2001-09-10 16:44:53 +0000
commit37bf126f72b0cee3f8bce6bc347c96269b15d9f7 (patch)
treeb94adc7a4b9492af146341c1bdde8e90fc2bb5b5 /sys/arch/powerpc
parente0088f423fb73c20d87a4cd047bf10a2a5866df4 (diff)
move vtophys proto into a port-area in order to remove it for macppc eventually; drahn@ ok
Diffstat (limited to 'sys/arch/powerpc')
-rw-r--r--sys/arch/powerpc/include/pmap.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/arch/powerpc/include/pmap.h b/sys/arch/powerpc/include/pmap.h
index dd41a91007e..2aa748b2379 100644
--- a/sys/arch/powerpc/include/pmap.h
+++ b/sys/arch/powerpc/include/pmap.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: pmap.h,v 1.18 2001/09/01 15:49:05 drahn Exp $ */
+/* $OpenBSD: pmap.h,v 1.19 2001/09/10 16:44:52 mickey Exp $ */
/* $NetBSD: pmap.h,v 1.1 1996/09/30 16:34:29 ws Exp $ */
/*-
@@ -102,8 +102,6 @@ void pmap_bootstrap __P((u_int kernelstart, u_int kernelend));
void pmap_real_memory __P((vm_offset_t *start, vm_size_t *size));
void switchexit __P((struct proc *));
-paddr_t vtophys __P((vaddr_t));
-
#endif /* _KERNEL */
#endif /* _LOCORE */
#endif /* _POWERPC_PMAP_H_ */