CVSROOT: /cvs Module name: src Changes by: t...@cvs.openbsd.org 2010/07/01 19:13:59
Modified files: sys/uvm : uvm_km.c Log message: Drop the uvm_km_pages.mtx mutex in uvm_km_putpage before we free va's, as calls to uvm_km_free_wakup can end up in uvm_mapent_alloc which tries to grab this mutex. ok tedu@