cvs commit: src/sys/vm vm_contig.c vm_page.c vm_pageq.c
vm_zeroidle.c
Alan Cox
alc at FreeBSD.org
Mon Feb 5 06:02:56 UTC 2007
alc 2007-02-05 06:02:55 UTC
FreeBSD src repository
Modified files:
sys/vm vm_contig.c vm_page.c vm_pageq.c
vm_zeroidle.c
Log:
Change the free page queue lock from a spin mutex to a default (blocking)
mutex. With the demise of Alpha support, there is no longer a reason for
it to be a spin mutex.
Revision Changes Path
1.57 +7 -7 src/sys/vm/vm_contig.c
1.334 +9 -9 src/sys/vm/vm_page.c
1.30 +2 -2 src/sys/vm/vm_pageq.c
1.43 +4 -4 src/sys/vm/vm_zeroidle.c
More information about the cvs-src
mailing list