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

2017-01-31 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 Acked-by: Maxime Ripard --- arch/arm/mach-sunxi/board.c | 3 ++- 1 file changed, 2 insert

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

2017-02-02 Thread Jagan Teki
n Wed, Feb 1, 2017 at 2:35 AM, 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 Ripard