]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ARM: l2c: exynos: convert to generic l2c OF initialisation (and thereby fix it)
authorRussell King <rmk+kernel@arm.linux.org.uk>
Mon, 28 Apr 2014 14:54:08 +0000 (15:54 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Thu, 29 May 2014 23:49:15 +0000 (00:49 +0100)
commit15b0bc4041baf0444e4ddd969849bb1d91703f59
tree3ecfbfc371d3dd863680ca896b51ed422c7ba1f3
parent25a9ef63cd2beb248e51bd192df19fbe5cf20545
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>
arch/arm/mach-exynos/exynos.c