commit | faf9b2e7018b0afede92329c5b35e5d113a07f1c | [log] [tgz] |
---|---|---|
author | Russell King <rmk+kernel@arm.linux.org.uk> | Sat Mar 15 22:49:59 2014 +0000 |
committer | Russell King <rmk+kernel@arm.linux.org.uk> | Fri May 30 00:48:11 2014 +0100 |
tree | 86a6748abfa16cb98818195971f0ae5bbf1fac3b | |
parent | 09a5d180ed9d5aeb9bd6b0ba2c63ad4be05cb9b9 [diff] |
ARM: l2c: simplify l2x0 unlocking code The l2x0 unlocking code is only called from l2x0_enable() now, so move the logic entirely into that function and simplify it. Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>