alc 2004-08-07 05:58:32 UTC FreeBSD src repository Modified files: sys/vm vm_init.c Log: Remove dead code. A vm_map's first_free is never NULL (even if the map is full). (This is preparation for an O(log n) implementation of vm_map_findspace().) Submitted by: Mark W. Krentel Revision Changes Path 1.44 +2 -7 src/sys/vm/vm_init.c