commit | 75461f5c8483bee543df30b288787fd3369312b8 | [log] [tgz] |
---|---|---|
author | Russell King <rmk+kernel@arm.linux.org.uk> | Sat Mar 15 16:48:07 2014 +0000 |
committer | Russell King <rmk+kernel@arm.linux.org.uk> | Fri May 30 00:48:01 2014 +0100 |
tree | b71cfbdbea4edb1c9f19e2f3857a5d94a5228450 | |
parent | 40266d6f410a272b76ad861ba0b5ce91d598f606 [diff] |
ARM: l2c: implement fixups for L2 cache controller quirks/errata Rather than putting quirk handling in __l2c_init(), move it out to a separate function which individual implementations can specify. This helps to localise the quirks to those implementations which require them. Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>