summaryrefslogtreecommitdiff
path: root/sys/vm
diff options
context:
space:
mode:
authorAlan Cox <alc@FreeBSD.org>1999-06-13 04:06:41 +0000
committerAlan Cox <alc@FreeBSD.org>1999-06-13 04:06:41 +0000
commit9dbc937e7dde5fd438a64e115fedb171bf35f892 (patch)
tree8afb375e93a80bb7d2aaa9c4bd90edb59747d021 /sys/vm
parent03f8e18482bd9bc837a63e70e158332434beaa05 (diff)
Notes
Diffstat (limited to 'sys/vm')
-rw-r--r--sys/vm/vm_map.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/vm/vm_map.c b/sys/vm/vm_map.c
index 8735c9872b43..6fa68d9929cf 100644
--- a/sys/vm/vm_map.c
+++ b/sys/vm/vm_map.c
@@ -61,7 +61,7 @@
* any improvements or extensions that they make and grant Carnegie the
* rights to redistribute these changes.
*
- * $Id: vm_map.c,v 1.139.2.5 1999/03/11 05:56:49 alc Exp $
+ * $Id: vm_map.c,v 1.139.2.6 1999/05/09 23:22:18 alc Exp $
*/
/*
@@ -1245,7 +1245,7 @@ vm_map_protect(vm_map_t map, vm_offset_t start, vm_offset_t end,
} else
pmap_protect(map->pmap, current->start,
current->end,
- current->protection & MASK(entry));
+ current->protection & MASK(current));
#undef MASK
}