CVSROOT: /cvs Module name: src Changes by: patr...@cvs.openbsd.org 2016/04/04 03:06:28
Modified files: sys/arch/arm/arm: cpufunc.c cpufunc_asm_armv7.S sys/arch/arm/include: armreg.h Log message: Read cache line sizes from CP15 Cache Type Register. Previously we used the primary data cache's information on how big the cache lines are. The CTR gives us better information about how big the smallest cache line sizes (controlled by the CPU) are. ok jsg@