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
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"