]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ARM: l2c: provide common PL310 early resume code
authorRussell King <rmk+kernel@arm.linux.org.uk>
Sat, 5 Apr 2014 10:39:57 +0000 (11:39 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Thu, 22 May 2014 15:40:43 +0000 (16:40 +0100)
commit410d394bc181c4cad09f41d9ed53528456840dd7
treee977786e45812c1a00df1065a9f274156b2d35f8
parent63567249c7c2afe7047eab229ed9d61cf3a490bd
ARM: l2c: provide common PL310 early resume code

Provide a common assembly implementation for PL310 resume code.  Certain
platforms need to re-initialise the L2C cache early as it may preserve
data across a S2RAM cycle, and therefore must be enabled along with the
L1 cache and MMU.

Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
arch/arm/mm/Makefile
arch/arm/mm/l2c-l2x0-resume.S [new file with mode: 0644]