CVSROOT: /cvs Module name: src Changes by: [email protected] 2015/01/23 10:09:23
Modified files:
sys/uvm : uvm_km.c
Log message:
Make km_alloc(9) use the direct map for all "phys contig" mappings requested
by the caller on architectures that implement them. Make sure that we
physically align memory such that we meet any demands on virtual alignment
in this case. This should reduce the overhead of mapping large pool pages
for pools that request dma'able memory.
ok deraadt@, dlg@
