• Greg Ungerer's avatar
    m68k: fix some atomic operation asm address modes for ColdFire · 35de6749
    Greg Ungerer authored
    The ColdFire processors have a much more limited set of addressing modes
    that can be used for most instructions. A number of the atomic operations
    have already been fixed to limit the addressing modes used with add and
    sub instructions when building for ColdFire. But we missed a few.
    Fix the remaining atomic operations to be clean for ColdFire processors.
    Signed-off-by: default avatarGreg Ungerer <gerg@uclinux.org>
    35de6749
atomic.h 4.27 KB