CVSROOT: /cvs Module name: src Changes by: j...@cvs.openbsd.org 2012/11/02 09:10:28
Modified files: sys/arch/i386/i386: cpu.c sys/arch/amd64/amd64: cpu.c Log message: uvm_km_alloc() allocs bytes rounded up to the nearest page not pages. Problem spotted by and diff to fix this (and convert to km_alloc) from oga ok deraadt@