]> git.sur5r.net Git - u-boot/commit
sunxi: fix ACTLR.SMP assembly routine
authorAndre Przywara <andre.przywara@arm.com>
Thu, 16 Feb 2017 01:20:18 +0000 (01:20 +0000)
committerJagan Teki <jagan@amarulasolutions.com>
Wed, 5 Apr 2017 09:33:17 +0000 (15:03 +0530)
commit1afd0f6f17db1625a50b69a1edc40f5163db7c31
tree3b71bb4210df00db1913e66da81155e3a3a292c0
parent11db152246607868f0e74db958947fbf79f28119
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>
arch/arm/mach-sunxi/board.c