commit | 35de674982aa13de98cf470c640895164017563e | [log] [tgz] |
---|---|---|
author | Greg Ungerer <gerg@uclinux.org> | Mon Jul 04 15:30:55 2011 +1000 |
committer | Greg Ungerer <gerg@uclinux.org> | Mon Jul 25 11:20:41 2011 +1000 |
tree | d4223dbd6880b9fcb04a4755e2daf63b97e389b4 | |
parent | f3c23a28ace0a42ea06b5860b3bd25f71fc14c89 [diff] |
m68k: fix some atomic operation asm address modes for ColdFire 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: Greg Ungerer <gerg@uclinux.org>