DragonFly commits List (threaded) for 2004-05
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]
cvs commit: src/sys/vm vm_page.c vm_page.h src/sys/conf options
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
to some degree.
Suggested-by: Hiten Pandya <hmp@xxxxxxxxxxxxx>
Agreed-with: Alan Cox <alc@xxxxxxxxxxx>
Revision Changes Path
1.22 +26 -3 src/sys/vm/vm_page.c
1.12 +36 -72 src/sys/vm/vm_page.h
1.21 +0 -5 src/sys/conf/options
http://www.dragonflybsd.org/cvsweb/src/sys/vm/vm_page.c.diff?r1=1.21&r2=1.22&f=h
http://www.dragonflybsd.org/cvsweb/src/sys/vm/vm_page.h.diff?r1=1.11&r2=1.12&f=h
http://www.dragonflybsd.org/cvsweb/src/sys/conf/options.diff?r1=1.20&r2=1.21&f=h
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]