commit | 487b5fefaf308b0812cf0e307c813f5561bf8bba | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <yamada.masahiro@socionext.com> | Wed Aug 10 16:08:37 2016 +0900 |
committer | Masahiro Yamada <yamada.masahiro@socionext.com> | Thu Aug 11 17:49:11 2016 +0900 |
tree | fafdb6f16d0c9e19035b00efb507f8516eb7d81e | |
parent | 5ffada90699717161fc0fd04430187750090d3f3 [diff] |
ARM: uniphier: support prefetch and touch operations for outer cache The UniPhier outer cache (L2 cache on ARMv7 SoCs) can be used as SRAM by locking ways. These functions will be used to transfer the trampoline code for SMP into the locked SRAM. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>