cvs commit: src/sys/vm vm_fault.c vm_map.c

2007-05-21 Thread Alan Cox
alc 2007-05-22 04:46:00 UTC FreeBSD src repository Modified files: sys/vm vm_fault.c vm_map.c Log: Eliminate the reactivation of cached pages in vm_fault_prefault() and vm_map_pmap_enter() unless the caller is madvise(MADV_WILLNEED). With the exception of

cvs commit: src/sys/vm vm_fault.c vm_map.c

2006-10-21 Thread Alan Cox
alc 2006-10-21 21:02:05 UTC FreeBSD src repository Modified files: sys/vm vm_fault.c vm_map.c Log: Eliminate unnecessary PG_BUSY tests. They originally served a purpose that is now handled by vm object locking. Revision ChangesPath 1.220 +1