CVSROOT: /cvs Module name: src Changes by: [email protected] 2017/08/27 13:33:02
Modified files:
sys/arch/arm64/include: pmap.h
sys/arch/arm64/arm64: pmap.c
Log message:
arm64 performance: use cache zeroing function in pmap_zero_page()
This improves page zeroing (a rather common occurance) by over 8x.
ok kettenis@, phessler@, tom@
