summaryrefslogtreecommitdiff
path: root/sys/arch/mips64/include
diff options
context:
space:
mode:
authorMichael Shalayeff <mickey@cvs.openbsd.org>2005-11-23 11:22:11 +0000
committerMichael Shalayeff <mickey@cvs.openbsd.org>2005-11-23 11:22:11 +0000
commitdcb769a84f5ac99a41089b979c808541d2fbc842 (patch)
tree4aebdecbf4b841888acdbc3ab9759c417e9b1711 /sys/arch/mips64/include
parent28ce158b5bb79f9793f76e7a69beafc8a102a91e (diff)
there is no vtophys here
Diffstat (limited to 'sys/arch/mips64/include')
-rw-r--r--sys/arch/mips64/include/pmap.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/arch/mips64/include/pmap.h b/sys/arch/mips64/include/pmap.h
index 7a6bb418a4f..9b8d2aeb983 100644
--- a/sys/arch/mips64/include/pmap.h
+++ b/sys/arch/mips64/include/pmap.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: pmap.h,v 1.7 2005/08/07 07:29:44 miod Exp $ */
+/* $OpenBSD: pmap.h,v 1.8 2005/11/23 11:22:10 mickey Exp $ */
/*
* Copyright (c) 1987 Carnegie-Mellon University
@@ -116,8 +116,6 @@ void pmap_page_cache(vm_page_t, int);
#define pmap_proc_iflush(p,va,len) /* nothing yet (handled in trap now) */
#define pmap_unuse_final(p) /* nothing yet */
-paddr_t vtophys(void *);
-
#endif /* _KERNEL */
#endif /* !_MIPS_PMAP_H_ */