summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorMichael Shalayeff <mickey@cvs.openbsd.org>2001-07-18 19:36:58 +0000
committerMichael Shalayeff <mickey@cvs.openbsd.org>2001-07-18 19:36:58 +0000
commit2381d0542700da78ae1ee5bb5baeefccddd11cf3 (patch)
treed42e7136bdce792a14b499e00add2b093bdf9a24 /sys
parentfe1e506f1bee54c2acc9c06fbdc3e50b3106d0ac (diff)
fxp and de are fixed, enable vtophys
Diffstat (limited to 'sys')
-rw-r--r--sys/arch/powerpc/include/pmap.h7
1 files changed, 2 insertions, 5 deletions
diff --git a/sys/arch/powerpc/include/pmap.h b/sys/arch/powerpc/include/pmap.h
index da674f91f9c..afabbecd333 100644
--- a/sys/arch/powerpc/include/pmap.h
+++ b/sys/arch/powerpc/include/pmap.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: pmap.h,v 1.15 2001/07/18 13:47:11 drahn Exp $ */
+/* $OpenBSD: pmap.h,v 1.16 2001/07/18 19:36:57 mickey Exp $ */
/* $NetBSD: pmap.h,v 1.1 1996/09/30 16:34:29 ws Exp $ */
/*-
@@ -104,10 +104,7 @@ void pmap_activate __P((struct proc *p));
void pmap_real_memory __P((vm_offset_t *start, vm_size_t *size));
void switchexit __P((struct proc *));
-/*
- * NOT YET - fix fxp and if_de first
-paddr_t vtophys __P((paddr_t));
- */
+paddr_t vtophys __P((vaddr_t));
#endif /* _KERNEL */
#endif /* _LOCORE */