From: Russell King Date: Sat, 15 Mar 2014 16:47:45 +0000 (+0000) Subject: ARM: l2c: remove unnecessary call to outer_flush_all() X-Git-Tag: omap-for-v3.16/fixes-against-rc1~91^2~13^2~1^3~95 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b13b9e98b80fa24460a011ba0378d3fe56137a31;p=pandora-kernel.git ARM: l2c: remove unnecessary call to outer_flush_all() outer_disable() is defined to safely turn the L2 cache off without data loss: this means that outer_flush_all() should never be called unless you need to implement some special L2 cache disabling, and even then only from your replacement L2 cache disable function. Acked-by: Barry Song Signed-off-by: Russell King --- Reading git-diff-tree failed