]> git.baikalelectronics.ru Git - kernel.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, 29 May 2014 23:49:01 +0000 (00:49 +0100)
commit1ace1585352653dfc496cfdb5c29634098d534b7
treeab355bd6cbca63d6e0eccb565485e6fff24762b9
parent428f86f9d23f0f047b8b689fe4b91777299a7521
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]