commit | 99ca1772e52d8825172100a24e461a0ffe11e125 | [log] [tgz] |
---|---|---|
author | Russell King <rmk+kernel@arm.linux.org.uk> | Sat Mar 15 16:48:18 2014 +0000 |
committer | Russell King <rmk+kernel@arm.linux.org.uk> | Fri May 30 00:48:17 2014 +0100 |
tree | 7c092ae26cc3f96fc5e5a5a15bc192fbbac44a38 | |
parent | 6a28cf59ff1144398d9d32d409ed8cbf1215922d [diff] |
ARM: l2c: implement L2C-310 erratum 727915 as a method override Implement L2C-310 erratum 727915 by overriding the flush_all method in the outer_cache operations structure. This allows us to sensibly contain the erratum code in one place without affecting other locations or implementations. Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>