commit | 09a5d180ed9d5aeb9bd6b0ba2c63ad4be05cb9b9 | [log] [tgz] |
---|---|---|
author | Russell King <rmk+kernel@arm.linux.org.uk> | Sat Mar 15 16:48:13 2014 +0000 |
committer | Russell King <rmk+kernel@arm.linux.org.uk> | Fri May 30 00:48:08 2014 +0100 |
tree | 1665f95058aea4c31e761e8b2e5dca86c7320e80 | |
parent | b98556f26dca7f7a7401cdb67b77848f1176a379 [diff] |
ARM: l2c: clean up save/resume functions Rename the pl310 save/resume functions to have a l2c310 prefix - this is it's official name. Use a local cached copy of the l2x0_base virtual address, and also realise that many of the resume function tails are the same as the enable functions, so make a call to the enable function instead of duplicating that code. Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>