DragonFly BSD
DragonFly commits List (threaded) for 2004-05
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

Re: cvs commit: src/sys/vm vm_page.c vm_page.h src/sys/conf options


From: David Rhodus <drhodus@xxxxxxxxxxx>
Date: Thu, 20 May 2004 17:54:01 -0400


On May 20, 2004, at 5:40 PM, Matthew Dillon wrote:


dillon 2004/05/20 14:40:53 PDT

DragonFly src repository

Modified files:
sys/vm vm_page.c vm_page.h
sys/conf options
Log:
Make the primary PQ_ macros available to modules by creating the pageq
array based on the maximum cache size instead of the selected cache
size. Remove obsolete PQ_ options (leaving only PQ_CACHESIZE).


Move the vm_page_list_find() inline out of vm_page.h and into vm_page.c,
and provide an external function for other modules that use it.


Remove the 'disable page coloring' option (that nobody has ever used),
and related conditionals. Page coloring never hurts and is now always on

Hmm, I didn't even know that was an option to disable page coloring.


-DR




[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]