Re: [PATCH] ARM: UniPhier: drop v7_invalidate_l1 call at secondary entry

2015-08-13 Thread Olof Johansson
On Sat, Aug 08, 2015 at 09:13:44PM +0900, Masahiro Yamada wrote: > This is unnecessary since commit 02b4e2756e01 ("ARM: v7 setup > function should invalidate L1 cache"). > > Signed-off-by: Masahiro Yamada > --- Applied, thanks. -Olof -- To unsubscribe from this list: send the line

Re: [PATCH] ARM: UniPhier: drop v7_invalidate_l1 call at secondary entry

2015-08-13 Thread Olof Johansson
On Sat, Aug 08, 2015 at 09:13:44PM +0900, Masahiro Yamada wrote: This is unnecessary since commit 02b4e2756e01 (ARM: v7 setup function should invalidate L1 cache). Signed-off-by: Masahiro Yamada yamada.masah...@socionext.com --- Applied, thanks. -Olof -- To unsubscribe from this list:

[PATCH] ARM: UniPhier: drop v7_invalidate_l1 call at secondary entry

2015-08-08 Thread Masahiro Yamada
This is unnecessary since commit 02b4e2756e01 ("ARM: v7 setup function should invalidate L1 cache"). Signed-off-by: Masahiro Yamada --- arch/arm/mach-uniphier/platsmp.c | 8 +--- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/arch/arm/mach-uniphier/platsmp.c

[PATCH] ARM: UniPhier: drop v7_invalidate_l1 call at secondary entry

2015-08-08 Thread Masahiro Yamada
This is unnecessary since commit 02b4e2756e01 (ARM: v7 setup function should invalidate L1 cache). Signed-off-by: Masahiro Yamada yamada.masah...@socionext.com --- arch/arm/mach-uniphier/platsmp.c | 8 +--- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git