CVSROOT: /cvs Module name: src Changes by: m...@cvs.openbsd.org 2014/11/25 03:45:07
Modified files: sys/arch/powerpc/powerpc: pmap.c Log message: Speed up page zeroing by using a loop of dcbz/dcbzl instead of bzero(). While here, use the direct map for pmap_copy_page() and remove the now unused stolen page addresses. No objection from the usual suspects, "it works, commit" deraadt@