From: Maxime Bizon Date: Fri, 27 Mar 2009 17:42:19 +0000 (+0100) Subject: [ARM] Kirkwood: invalidate L2 cache before enabling it X-Git-Tag: v2.6.30-rc1~242^2~9^2~1 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d75de08727018659cd7e060cf0018eaf53e49aaf;p=pandora-kernel.git [ARM] Kirkwood: invalidate L2 cache before enabling it I get random oopses on my Kirkwood board at startup when L2 cache is enabled. FYI I'm using Marvell uboot version 3.4.16 Each boot produces the same oops, but anything that changes the kernel size (even only changing initramfs) makes the oops different. I noticed that nothing invalidates the L2 cache before enabling it, doing so fixes my problem. Signed-off-by: Maxime Bizon Signed-off-by: Nicolas Pitre --- Reading git-diff-tree failed