commit | 9fc5f9daa16a30a61441298df81000080847f52c | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <yamada.masahiro@socionext.com> | Fri May 29 17:30:03 2015 +0900 |
committer | Masahiro Yamada <yamada.masahiro@socionext.com> | Sun May 31 02:55:38 2015 +0900 |
tree | 819043e7f6509068a4c044d5bacc2d7988824d54 | |
parent | 12a70e3c9616b4890421d3035e2dfa68b152289b [diff] |
ARM: UniPhier: remove unnecessary cache coherency code Cache coherency for SMP is cared by Linux. In U-Boot, the secondary CPU(s) are just sleeping. Nothing in memory is shared with the primary CPU. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>