From: Sebastian Andrzej Siewior Date: Thu, 6 Oct 2011 07:55:00 +0000 (+0200) Subject: mips/ide: flush dcache also if icache does not snoop dcache X-Git-Tag: v3.14-rc1~37^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d3864767a85b13e0e0ecc5f4284f65cc26252446;p=pandora-kernel.git mips/ide: flush dcache also if icache does not snoop dcache If this is not done then the new just read data which remains in dcache will not make it into icache on time. Thus the CPU loads invalid data and executes crap. The result is that the user is not able to execute anything from its IDE based media while reading plain data is still working well. This problem has been reported as Debian #404951 http://bugs.debian.org/404951 http://comments.gmane.org/gmane.linux.ide/45092 Signed-off-by: Sebastian Andrzej Siewior Signed-off-by: John Crispin Patchwork: http://patchwork.linux-mips.org/patch/2820/ --- Reading git-diff-tree failed