CVSROOT: /cvs Module name: src Changes by: kette...@cvs.openbsd.org 2010/07/24 09:40:41
Modified files: sys/uvm : uvm_pager.c Log message: Don't sleep while holding the uvm_psel_lck mutex. Should fix "locking against myself" panics that some people have seen over the last year-and-a-half. Cherry picked from a more complex (and therefore scarier) diff from o...@. ok tedu@, oga@