Re: [U-Boot] [PATCH 01/12] sunxi: fix ACTLR.SMP assembly routine

2017-01-15 Thread Maxime Ripard
On Fri, Jan 13, 2017 at 01:29:53AM +, Andre Przywara wrote: > 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 Acked-by: Maxime

[U-Boot] [PATCH 01/12] sunxi: fix ACTLR.SMP assembly routine

2017-01-12 Thread Andre Przywara
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 --- arch/arm/mach-sunxi/board.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) d