commit | 15b0bc4041baf0444e4ddd969849bb1d91703f59 | [log] [tgz] |
---|---|---|
author | Russell King <rmk+kernel@arm.linux.org.uk> | Mon Apr 28 15:54:08 2014 +0100 |
committer | Russell King <rmk+kernel@arm.linux.org.uk> | Fri May 30 00:49:15 2014 +0100 |
tree | 3ecfbfc371d3dd863680ca896b51ed422c7ba1f3 | |
parent | 25a9ef63cd2beb248e51bd192df19fbe5cf20545 [diff] |
ARM: l2c: exynos: convert to generic l2c OF initialisation (and thereby fix it) exynos was unconditionally calling the L2 cache initialisation from an early_initcall. This breaks multiplatform kernels. Thankfully, converting to generic l2c initialisation fixes this. Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>