CVSROOT: /cvs Module name: src Changes by: t...@cvs.openbsd.org 2010/07/01 13:51:14
Modified files: sys/kern : kern_malloc.c Log message: constrain malloc to only grab pages from dma reachable memory. Do this by calling uvm_km_kmemalloc_pla with the dma_constraint. ok art@ (ofcourse, he eats his cereal and okeys everything). OK beck@, deraadt@