summaryrefslogtreecommitdiff
path: root/sys/arch
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch')
-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_ */