aboutsummaryrefslogtreecommitdiff
path: root/sys/vm/vm_map.c
diff options
context:
space:
mode:
authorAlan Cox <alc@FreeBSD.org>1999-06-12 23:10:38 +0000
committerAlan Cox <alc@FreeBSD.org>1999-06-12 23:10:38 +0000
commit1c85e3df24175f63c207269f4bbe6d7c290ecf4d (patch)
tree40549f9cc8049e9d83e709803bb4e67a83cc2edb /sys/vm/vm_map.c
parent05da1d912258f6b3b27788948c3881a9b880207b (diff)
Notes
Diffstat (limited to 'sys/vm/vm_map.c')
-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 39e6444d0086..9e3b14c885e9 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.164 1999/05/18 05:38:48 alc Exp $
+ * $Id: vm_map.c,v 1.165 1999/05/28 03:39:43 alc Exp $
*/
/*
@@ -1207,7 +1207,7 @@ vm_map_protect(vm_map_t map, vm_offset_t start, vm_offset_t end,
pmap_protect(map->pmap, current->start,
current->end,
- current->protection & MASK(entry));
+ current->protection & MASK(current));
#undef MASK
}