commit | 2c75201816dfa5089d8f97cd236032430c3338bf | [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 | 54cc3292b612088caff335613ab188e442c4454a [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>