green 2004-07-19 23:29:36 UTC FreeBSD src repository Modified files: sys/vm vm_contig.c Log: Remove extraneous locks on the VM free page queue mutex; it is not meant to be recursed upon, and could cauuse a deadlock inside the new contigmalloc (vm.old_contigmalloc=0) code. Submitted by: alc Revision Changes Path 1.37 +0 -2 src/sys/vm/vm_contig.c