CVSROOT: /cvs Module name: src Changes by: o...@cvs.openbsd.org 2010/07/01 13:48:05
Modified files: sys/uvm : uvm_swap.c uvm_swap.h Log message: Allow swapping to happen in the case where where we have more memory than we can realistically dma to. In the swap encrypt case we already bounce through a intermediate buffer for pageout, so just make sure that that buffer is constrained to dmaable memory. In the other cases we check to see if the memory is dmaable, then if not we bounce it. ok beck@, art@, t...@.