Date: Sat, 28 Dec 1996 15:07:50 -0800 (PST) From: John Dyson <dyson> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/vm vm_kern.c vm_map.c vm_map.h Message-ID: <199612282307.PAA00444@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
dyson 96/12/28 15:07:50 Modified: sys/vm vm_kern.c vm_map.c vm_map.h Log: Eliminate the redundancy due to the similarity between the routines vm_map_simplify and vm_map_simplify_entry. Make vm_map_simplify_entry handle wired maps so that we can get rid of vm_map_simplify. Modify the callers of vm_map_simplify to properly use vm_map_simplify_entry. Submitted by: Alan Cox <alc@cs.rice.edu> Revision Changes Path 1.29 +3 -7 src/sys/vm/vm_kern.c 1.63 +13 -76 src/sys/vm/vm_map.c 1.19 +2 -1 src/sys/vm/vm_map.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199612282307.PAA00444>