From: Leonid Yegoshin Date: Mon, 16 Dec 2013 12:06:55 +0000 (+0000) Subject: MIPS: kernel: {ftrace,kgdb}: Set correct address limit for cache flushes X-Git-Tag: v3.15-rc1~125^2~76 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6ebda44f366478d1eea180d93154e7d97b591f50;p=pandora-kernel.git MIPS: kernel: {ftrace,kgdb}: Set correct address limit for cache flushes When flushing the icache, make sure the address limit is correct so the appropriate 'cache' instruction will be used. This has no impact on cores operating in non-eva mode. However, when EVA is enabled, we ensure that 'cache' will be used instead of 'cachee'. Signed-off-by: Leonid Yegoshin Signed-off-by: Markos Chandras --- Reading git-diff-tree failed