Re: [PATCH 4/4] powerpc/85xx: flush dcache before resetting cores

2010-10-06 Thread Kumar Gala
On Sep 16, 2010, at 5:58 PM, Matthew McClintock wrote: > When we do an mpic_reset_core we need to make sure the dcache > is flushed > > Signed-off-by: Matthew McClintock > --- > arch/powerpc/platforms/85xx/smp.c | 50 + > 1 files changed, 50 insertions(+), 0

[PATCH 4/4] powerpc/85xx: flush dcache before resetting cores

2010-09-16 Thread Matthew McClintock
When we do an mpic_reset_core we need to make sure the dcache is flushed Signed-off-by: Matthew McClintock --- arch/powerpc/platforms/85xx/smp.c | 50 + 1 files changed, 50 insertions(+), 0 deletions(-) diff --git a/arch/powerpc/platforms/85xx/smp.c b/arch