Re: [U-Boot] [PATCH 1/2] ARM926EJS: Make asm routines volatile in cache ops

2012-04-09 Thread Stefano Babic
On 06/04/2012 15:25, Marek Vasut wrote: > We certainly don't want the compiler to reorganise the code for dcache > flushing. > > Signed-off-by: Marek Vasut > Cc: Stefano Babic > Cc: Albert ARIBAUD > --- > arch/arm/cpu/arm926ejs/cache.c |2 +- > 1 files changed, 1 insertions(+), 1 deletion

Re: [U-Boot] [PATCH 1/2] ARM926EJS: Make asm routines volatile in cache ops

2012-04-06 Thread Mike Frysinger
Acked-by: Mike Frysinger -mike signature.asc Description: This is a digitally signed message part. ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

[U-Boot] [PATCH 1/2] ARM926EJS: Make asm routines volatile in cache ops

2012-04-06 Thread Marek Vasut
We certainly don't want the compiler to reorganise the code for dcache flushing. Signed-off-by: Marek Vasut Cc: Stefano Babic Cc: Albert ARIBAUD --- arch/arm/cpu/arm926ejs/cache.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/arch/arm/cpu/arm926ejs/cache.c b/arch/ar