K 10 svn:author V 3 alc K 8 svn:date V 27 2014-06-25T03:30:03.290075Z K 7 svn:log V 249 Now that vm_map_insert() sets MAP_ENTRY_GROWS_{DOWN,UP} on the stack entries that it creates (r267645), we can place the check that blocks map entry coalescing on stack entries in vm_map_simplify_entry() where it properly belongs. Reviewed by: kib END