cvs commit: src/sys/vm vm_page.c
Alan Cox
alc at FreeBSD.org
Sat Jun 28 00:58:11 PDT 2003
alc 2003/06/28 00:58:10 PDT
FreeBSD src repository
Modified files:
sys/vm vm_page.c
Log:
- Use an int rather than a vm_pindex_t to represent the desired page
color in vm_page_alloc(). (This also has small performance benefits.)
- Eliminate vm_page_select_free(); vm_page_alloc() might as well
call vm_pageq_find() directly.
Revision Changes Path
1.254 +6 -24 src/sys/vm/vm_page.c
More information about the cvs-src
mailing list