From 927cf7f2282c9982b24549928f48eec178a5fe99 Mon Sep 17 00:00:00 2001 From: alc Date: Fri, 4 Apr 2008 19:14:58 +0000 Subject: Update a comment to vm_map_pmap_enter(). --- sys/vm/vm_map.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/vm') diff --git a/sys/vm/vm_map.c b/sys/vm/vm_map.c index dfbba59..23fa0d1 100644 --- a/sys/vm/vm_map.c +++ b/sys/vm/vm_map.c @@ -1459,8 +1459,8 @@ vm_map_submap( * * Preload read-only mappings for the given object's resident pages into * the given map. This eliminates the soft faults on process startup and - * immediately after an mmap(2). Unless the given flags include - * MAP_PREFAULT_MADVISE, cached pages are not reactivated and mapped. + * immediately after an mmap(2). Because these are speculative mappings, + * cached pages are not reactivated and mapped. */ void vm_map_pmap_enter(vm_map_t map, vm_offset_t addr, vm_prot_t prot, -- cgit v1.1