summaryrefslogtreecommitdiffstats
path: root/sys/vm
diff options
context:
space:
mode:
Diffstat (limited to 'sys/vm')
-rw-r--r--sys/vm/vm_map.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/sys/vm/vm_map.c b/sys/vm/vm_map.c
index e2e9f47..2b57b9d 100644
--- a/sys/vm/vm_map.c
+++ b/sys/vm/vm_map.c
@@ -563,10 +563,17 @@ vm_map_insert(vm_map_t map, vm_object_t object, vm_ooffset_t offset,
map->first_free = new_entry;
}
+#if 0
+ /*
+ * Temporarily removed to avoid MAP_STACK panic, due to
+ * MAP_STACK being a huge hack. Will be added back in
+ * when MAP_STACK (and the user stack mapping) is fixed.
+ */
/*
* It may be possible to simplify the entry
*/
vm_map_simplify_entry(map, new_entry);
+#endif
if (cow & (MAP_PREFAULT|MAP_PREFAULT_PARTIAL)) {
pmap_object_init_pt(map->pmap, start,
OpenPOWER on IntegriCloud