CVSROOT: /cvs Module name: src Changes by: kette...@cvs.openbsd.org 2016/06/16 16:05:26
Modified files: sys/arch/sparc/sparc: dvma.c Log message: Replace uvm_km_valloc(9) with a km_alloc(9) call that doesn't allocate any physical pages. Recent canges to uvm_map(9) mean that we now assume that memory in interrupt safe maps is not pageable, and while we made sure all mappings were backed by physical pages, a mapping allocated with uvm_km_valloc(9) appears to pageable and triggered an assertion. ok miod@