CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected] 2016/04/25 02:00:43

Modified files:
        sys/arch/arm/include: atomic.h frame.h 

Log message:
Implement atomic operations using the atomic instructions available
since ARMv6K.  As we also support ARMs that are older than that,
guard the new atomic operations with an ifdef specifically for ARMv7.

ok jsg@

Reply via email to