K 10 svn:author V 8 jhibbits K 8 svn:date V 27 2016-01-04T01:33:07.610516Z K 7 svn:log V 320 Set the cacheline size before calling powerpc_init() powerpc_init() initializes the mmu. Since this may clear pages via pmap_zero_page(), set the cacheline size before calling into it, so pmap_zero_page() has the right cacheline size. This isn't completely necessary now, but will be when 64-bit book-e is completed. END