CVSROOT: /cvs Module name: src Changes by: patr...@cvs.openbsd.org 2016/03/22 19:09:15
Modified files: sys/arch/arm/arm: cpufunc.c Log message: Cleanup SCTLR mask to only include bits that are actually defined on most ARMv7 and ARMv8 processors. Add TODO to set the ACTLR.SMP bit so we can make use of the atomic instructions available since ARMv6. Remove unused comment and code while there. ok jsg@