CVSROOT: /cvs Module name: src Changes by: t...@cvs.openbsd.org 2010/02/11 18:35:14
Modified files: sys/arch/sparc64/sparc64: cpu.c sys/uvm : uvm_extern.h uvm_km.c uvm_pager.c Log message: introduce a uvm_km_valloc_try function that won't get a lower level lock for use by the uvm pseg code. this is the path of least resistance until we sort out how many of these functions we really need. problem found by mikeb ok kettenis oga