From: Russell King Date: Sat, 15 Mar 2014 16:47:47 +0000 (+0000) Subject: ARM: l2c: avoid calling outer_flush_all() unnecessarily (Spear) X-Git-Tag: omap-for-v3.16/fixes-against-rc1~91^2~13^2~1^3~94 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=03a166e22a49350010fc398a8cb9be3e93192fef;p=pandora-kernel.git ARM: l2c: avoid calling outer_flush_all() unnecessarily (Spear) Spear calls outer_flush_all() from it's SMP bringup function. This is potentially dangerous as the L2C set/way operations which implement this don't take kindly to concurrent operations. Besides, there's better solutions to this, as implemented on other platforms. Signed-off-by: Russell King --- Reading git-diff-tree failed