commit | ebd4219f10fbe3938cd36443e240eb6076b811ab | [log] [tgz] |
---|---|---|
author | Russell King <rmk+kernel@arm.linux.org.uk> | Sat Mar 15 19:08:11 2014 +0000 |
committer | Russell King <rmk+kernel@arm.linux.org.uk> | Fri May 30 00:48:19 2014 +0100 |
tree | b5f33dcf501072d11a593962ef7b70b88db2b1cb | |
parent | 99ca1772e52d8825172100a24e461a0ffe11e125 [diff] |
ARM: l2c: implement L2C-310 erratum 588369 as a method override Implement L2C-310 erratum 588369 by overriding the invalidate range and flush range methods in the outer_cache operations structure. This allows us to sensibly contain the erratum code in one place without affecting other locations/implemetations. Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>