commit | 6a28cf59ff1144398d9d32d409ed8cbf1215922d | [log] [tgz] |
---|---|---|
author | Russell King <rmk+kernel@arm.linux.org.uk> | Sat Mar 15 18:55:53 2014 +0000 |
committer | Russell King <rmk+kernel@arm.linux.org.uk> | Fri May 30 00:48:15 2014 +0100 |
tree | e7f8469ba2efaac1b6d6e2ad45f164eef8b96c77 | |
parent | bda0b74e6a5a4ce25198f55889bb321532c63d92 [diff] |
ARM: l2c: add L2C-210 specific handlers Add L2C-210 specific cache operation handlers. These are tailored to the requirements of the L2C-210 cache controller, which doesn't require any workarounds. We avoid using the way operations during normal operation, which means we can avoid locking: the only time we use the way operations are during initialisation, and when disabling the cache. Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>