commit | ddf7d79bc739c44f7e7cdffc9eb5d94aa213f53e | [log] [tgz] |
---|---|---|
author | Russell King <rmk+kernel@arm.linux.org.uk> | Fri Mar 28 14:18:35 2014 +0000 |
committer | Russell King <rmk+kernel@arm.linux.org.uk> | Fri May 30 00:48:47 2014 +0100 |
tree | 839ff28f987ad01efc44f43e603a2d390d039ca6 | |
parent | d9d1f3e2d71144348d73210cf9f1fe0b32481c79 [diff] |
ARM: l2c: move L2 cache register saving to a more sensible location Move the L2 cache register saving to a more sensible location - after the cache has been enabled, and fixups have been run. We move the saving of the auxiliary control register into the ->save function as well which makes everything operate in a sane and maintainable way. Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>