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

David Rhodus drhodus at machdep.com
Thu May 20 14:54:49 PDT 2004


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






More information about the Commits mailing list