CVSROOT: /cvs Module name: src Changes by: m...@cvs.openbsd.org 2014/02/08 16:49:20
Modified files: sys/arch/powerpc/powerpc: pmap.c Log message: Do not bzero() the available memory in pmap_bootstrap(); allocations in pmap_bootstrap explicitely bzero them, and there is no need to clear the remaining memory. ok mpi@