diff options
author | Dale Rahn <drahn@cvs.openbsd.org> | 2001-07-10 01:34:33 +0000 |
---|---|---|
committer | Dale Rahn <drahn@cvs.openbsd.org> | 2001-07-10 01:34:33 +0000 |
commit | 10e062e810f5a8d63baa804bd24fc91ece8fc1cd (patch) | |
tree | 5f25f72279eedde7b23180dae00f966650d8813f /sys/arch/powerpc/include/pmap.h | |
parent | 36190ca6431afcd90a9448bb3e517a7f8a9f06a0 (diff) |
Until fxp and if_de are fixed with the correct parameter to vtophys()
this function cannot be prototyped.
Diffstat (limited to 'sys/arch/powerpc/include/pmap.h')
-rw-r--r-- | sys/arch/powerpc/include/pmap.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sys/arch/powerpc/include/pmap.h b/sys/arch/powerpc/include/pmap.h index 035a0da3705..1bcba5c2b3e 100644 --- a/sys/arch/powerpc/include/pmap.h +++ b/sys/arch/powerpc/include/pmap.h @@ -1,4 +1,4 @@ -/* $OpenBSD: pmap.h,v 1.12 2001/07/09 02:26:05 mickey Exp $ */ +/* $OpenBSD: pmap.h,v 1.13 2001/07/10 01:34:32 drahn Exp $ */ /* $NetBSD: pmap.h,v 1.1 1996/09/30 16:34:29 ws Exp $ */ /*- @@ -119,7 +119,10 @@ 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)); + */ #endif /* _KERNEL */ #endif /* _LOCORE */ |