Module Name: src Committed By: matt Date: Fri Jul 13 05:23:30 UTC 2012
Modified Files: src/sys/arch/arm/arm: cpufunc.c src/sys/arch/arm/conf: files.arm src/sys/arch/arm/include: armreg.h Log Message: Begin support for Cortex A5, A7, A15 and expand A8 and A9 definitions. Instead of testing all possible CPUids for a cortex, we know what range a cortex will be so mask out the insignificant parts and do a single test. To generate a diff of this commit: cvs rdiff -u -r1.105 -r1.106 src/sys/arch/arm/arm/cpufunc.c cvs rdiff -u -r1.103 -r1.104 src/sys/arch/arm/conf/files.arm cvs rdiff -u -r1.51 -r1.52 src/sys/arch/arm/include/armreg.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.