From: Shawn Guo Date: Fri, 30 Dec 2011 08:16:07 +0000 (+0800) Subject: ARM: imx6: fix v7_invalidate_l1 by adding I-Cache invalidation X-Git-Tag: v3.3-rc1~137^2^2^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5b2acf384c8a8707d32a98106192ee7187e4446d;p=pandora-kernel.git ARM: imx6: fix v7_invalidate_l1 by adding I-Cache invalidation The recent suspend/resume and reset testing on imx6q discovers that not only D-Cache but also I-Cache has random data and validity when the core comes out of a power recycle. This patch adds I-Cache invalidation into v7_invalidate_l1 to make sure both D-Cache and I-Cache invalidated on power-up. Signed-off-by: Shawn Guo --- Reading git-diff-tree failed