summaryrefslogtreecommitdiff
path: root/sys/arch/vax/include
diff options
context:
space:
mode:
authorTed Unangst <tedu@cvs.openbsd.org>2004-07-13 14:51:30 +0000
committerTed Unangst <tedu@cvs.openbsd.org>2004-07-13 14:51:30 +0000
commitcaaa004d3305f4bd44dfccc00895c7a3baa34e89 (patch)
treee6b077266f61c8ccb72335f73e74326414c31652 /sys/arch/vax/include
parenta05972145b227fa9159f06d260a6b0dc5786230d (diff)
#define __HAVE_PMAP_DIRECT and use it. requested by art
Diffstat (limited to 'sys/arch/vax/include')
-rw-r--r--sys/arch/vax/include/pmap.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/vax/include/pmap.h b/sys/arch/vax/include/pmap.h
index 86115c91dca..791bca39020 100644
--- a/sys/arch/vax/include/pmap.h
+++ b/sys/arch/vax/include/pmap.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: pmap.h,v 1.22 2004/06/09 20:17:24 tedu Exp $ */
+/* $OpenBSD: pmap.h,v 1.23 2004/07/13 14:51:29 tedu Exp $ */
/* $NetBSD: pmap.h,v 1.37 1999/08/01 13:48:07 ragge Exp $ */
/*
@@ -110,6 +110,7 @@ extern struct pmap kernel_pmap_store;
*/
#define pmap_map_direct(pg) (VM_PAGE_TO_PHYS(pg) | KERNBASE)
#define pmap_unmap_direct(va) PHYS_TO_VM_PAGE((va) & ~KERNBASE)
+#define __HAVE_PMAP_DIRECT
#define PMAP_STEAL_MEMORY