summaryrefslogtreecommitdiff
path: root/sys/arch/mvme88k/include
diff options
context:
space:
mode:
authorArtur Grabowski <art@cvs.openbsd.org>2001-06-27 04:29:23 +0000
committerArtur Grabowski <art@cvs.openbsd.org>2001-06-27 04:29:23 +0000
commit82cd1c7994d136a27e5cc3cb0c97606f74ff984e (patch)
treec7c206dcb3ee182ab5f4fa58e25397a07e63b40f /sys/arch/mvme88k/include
parenta7d5f8e5ce478154971ccb9cdbcee78fc54ccb9d (diff)
rip old vm
Diffstat (limited to 'sys/arch/mvme88k/include')
-rw-r--r--sys/arch/mvme88k/include/mmu.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/sys/arch/mvme88k/include/mmu.h b/sys/arch/mvme88k/include/mmu.h
index 3e68f895b3b..037676fbea1 100644
--- a/sys/arch/mvme88k/include/mmu.h
+++ b/sys/arch/mvme88k/include/mmu.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: mmu.h,v 1.8 2001/06/14 21:30:40 miod Exp $ */
+/* $OpenBSD: mmu.h,v 1.9 2001/06/27 04:29:19 art Exp $ */
/*
* Ashura Project
*/
@@ -182,11 +182,7 @@ typedef union batc_template {
#define LOG2_PDT_SIZE (PDT_BITS + 2)
#define LOG2_PDT_TABLE_GROUP_SIZE (PAGE_SHIFT - LOG2_PDT_SIZE)
#define PDT_TABLE_GROUP_SIZE (1 << LOG2_PDT_TABLE_GROUP_SIZE)
-#if defined(UVM)
#define PT_FREE(tbl) uvm_km_free(kernel_map, (vaddr_t)tbl, PAGE_SIZE)
-#else
-#define PT_FREE(tbl) kmem_free(kernel_map, (vm_offset_t)tbl, PAGE_SIZE)
-#endif
/*