CVSROOT: /cvs Module name: src Changes by: [email protected] 2010/07/01 19:25:06
Modified files:
sys/kern : kern_fork.c kern_malloc.c subr_pool.c
sys/uvm : uvm_extern.h uvm_km.c
Log message:
add an align argument to uvm_km_kmemalloc_pla.
Use uvm_km_kmemalloc_pla with the dma constraint to allocate kernel stacks.
Yes, that means DMA is possible to kernel stacks, but only until we've fixed
all the scary drivers.
deraadt@ ok
