commit | 1afd0f6f17db1625a50b69a1edc40f5163db7c31 | [log] [tgz] |
---|---|---|
author | Andre Przywara <andre.przywara@arm.com> | Thu Feb 16 01:20:18 2017 +0000 |
committer | Jagan Teki <jagan@amarulasolutions.com> | Wed Apr 05 15:03:17 2017 +0530 |
tree | 3b71bb4210df00db1913e66da81155e3a3a292c0 | |
parent | 11db152246607868f0e74db958947fbf79f28119 [diff] |
sunxi: fix ACTLR.SMP assembly routine If we take the liberty to use register r0 to perform our bit set, we should be nice enough to tell the compiler about it. Add r0 to the clobber list to avoid potential mayhem. Signed-off-by: Andre Przywara <andre.przywara@arm.com> Acked-by: Maxime Ripard <maxime.ripard@free-electrons.com> Acked-by: Jagan Teki <jagan@openedev.com>