On Tue, Apr 15, 2014 at 11:38:27AM +0400, Antony Pavlov wrote: > Signed-off-by: Antony Pavlov <antonynpavlov@xxxxxxxxx> > --- > arch/mips/lib/shutdown.c | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/arch/mips/lib/shutdown.c b/arch/mips/lib/shutdown.c > index 6feec9b..09651a7 100644 > --- a/arch/mips/lib/shutdown.c > +++ b/arch/mips/lib/shutdown.c > @@ -3,8 +3,10 @@ > * memory/cache state. > */ > #include <common.h> > +#include <asm/cache.h> > > void arch_shutdown(void) > { > + flush_cache_all(); > } > EXPORT_SYMBOL(arch_shutdown); You could combine this with 2/10. Otherwise 2/10 leaves the question: why is this needed? Sascha -- Pengutronix e.K. | | Industrial Linux Solutions | http://www.pengutronix.de/ | Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 | Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 | _______________________________________________ barebox mailing list barebox@xxxxxxxxxxxxxxxxxxx http://lists.infradead.org/mailman/listinfo/barebox