summaryrefslogtreecommitdiff
path: root/sys/arch/m88k/include/mmu.h
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2004-05-23 20:52:17 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2004-05-23 20:52:17 +0000
commitab311ceb3d3e6fe56e53c97387992bc633071569 (patch)
treef59b99f9ee332926e4929ef6b087abd259fb1166 /sys/arch/m88k/include/mmu.h
parent5968606c1a02d4ce6cf78dd610049d02d4471aae (diff)
Nuke kvtop(), preserving a private copy in mvme88k vs(4) for now.
Diffstat (limited to 'sys/arch/m88k/include/mmu.h')
-rw-r--r--sys/arch/m88k/include/mmu.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/arch/m88k/include/mmu.h b/sys/arch/m88k/include/mmu.h
index f9a48e8f9c6..f4dae74386c 100644
--- a/sys/arch/m88k/include/mmu.h
+++ b/sys/arch/m88k/include/mmu.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: mmu.h,v 1.1 2004/04/26 12:34:05 miod Exp $ */
+/* $OpenBSD: mmu.h,v 1.2 2004/05/23 20:52:15 miod Exp $ */
/*
* This file bears almost no resemblance to the original m68k file,
@@ -247,6 +247,4 @@ extern vaddr_t kmapva;
((pt_entry_t *)(PG_PFNUM(*((sdt_entry_t *)kmapva + \
SDTIDX(va) + SDT_ENTRIES)) << PDT_SHIFT) + PDTIDX(va))
-u_int kvtop(vaddr_t);
-
#endif /* __MACHINE_MMU_H__ */