Module Name: src Committed By: mrg Date: Fri Sep 30 05:29:12 UTC 2011
Modified Files: src/sys/uvm: uvm_page.c Log Message: re-arrange the end of uvm_page_recolor() to avoid the multiple exit points. move the call to uvm_pager_realloc_emerg() to after we drop the uvm_fpageqlock, since it may be taken again in uvm_km_alloc(). fixes LOCKDEBUG crashes with the previous change. To generate a diff of this commit: cvs rdiff -u -r1.176 -r1.177 src/sys/uvm/uvm_page.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.