commit | b13b9e98b80fa24460a011ba0378d3fe56137a31 | [log] [tgz] |
---|---|---|
author | Russell King <rmk+kernel@arm.linux.org.uk> | Sat Mar 15 16:47:45 2014 +0000 |
committer | Russell King <rmk+kernel@arm.linux.org.uk> | Thu May 22 16:38:31 2014 +0100 |
tree | 0ade71f7495e9829308b94d57f893c8eeede3ab8 | |
parent | 265c271c822bd57677e3b286389487fd45e6960d [diff] |
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 <Baohua.Song@csr.com> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>