From: Leonid Yegoshin Date: Tue, 21 Jan 2014 09:48:48 +0000 (+0000) Subject: MIPS: mm: c-r4k: Flush scache to avoid cache aliases X-Git-Tag: v3.15-rc1~125^2~68 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4676f9359fa5190ee6f42bbf2c27d28beb14d26a;p=pandora-kernel.git MIPS: mm: c-r4k: Flush scache to avoid cache aliases There is a chance for the secondary cache to have memory aliases. This can happen if the bootloader is in a non-EVA mode (or even in EVA mode but with different mapping from the kernel) and the kernel switching to EVA afterwards. It's best to flush the icache to avoid having the secondary CPUs fetching stale data from it. Signed-off-by: Leonid Yegoshin Signed-off-by: Markos Chandras --- Reading git-diff-tree failed