commit | 03a166e22a49350010fc398a8cb9be3e93192fef | [log] [tgz] |
---|---|---|
author | Russell King <rmk+kernel@arm.linux.org.uk> | Sat Mar 15 16:47:47 2014 +0000 |
committer | Russell King <rmk+kernel@arm.linux.org.uk> | Thu May 22 16:38:38 2014 +0100 |
tree | 1e2a1286e8b1505530a636c09395ff52b1fe1cce | |
parent | b13b9e98b80fa24460a011ba0378d3fe56137a31 [diff] |
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 <rmk+kernel@arm.linux.org.uk>