K 10 svn:author V 8 jhibbits K 8 svn:date V 27 2015-12-30T02:26:04.307321Z K 7 svn:log V 180 Optimize zero_page for book-e mmu. Instead of indirectly calling bzero() through mmu_booke_zero_page_area, zero the full page the same way as the AIM pmap logic does: using dcbz. END