From: Vineet Gupta Date: Thu, 9 May 2013 08:15:12 +0000 (+0530) Subject: ARC: [mm] serious bug in vaddr based icache flush X-Git-Tag: v3.10-rc1~16^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c917a36f5fe551748eb37bd1efdcccc1045a02ab;p=pandora-kernel.git ARC: [mm] serious bug in vaddr based icache flush vaddr used to index the cache was clipped from the wrong end, and thus would potentially fail to flush the correct lines. The problem was dorment for so long because up until the recent optimizations it was only used for ptrace break-point only flushes. Signed-off-by: Vineet Gupta --- Reading git-diff-tree failed