commit | c463b6db0f97cadb27b4cd5188502a2d2ad1ca41 | [log] [tgz] |
---|---|---|
author | Mario Six <mario.six@gdsys.cc> | Mon Jan 21 09:18:21 2019 +0100 |
committer | Mario Six <mario.six@gdsys.cc> | Tue May 21 07:52:34 2019 +0200 |
tree | d8a0c4b9a19e03dc791e6949e3f8cda0abb78778 | |
parent | 90b529f9e74381e594d3ef91dafc3a046c3d20c4 [diff] |
mpc83xx: Use pre-defined asm functions For a lot of inline assembly calls in the mpc8xxx and mpc83xx directories, we already have convenient pre-defined helper functions, but they're not used, resulting in hard-to-read code. Use these helper functions where ever possible and useful. Signed-off-by: Mario Six <mario.six@gdsys.cc>