]> 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, 22 May 2014 15:40:57 +0000 (16:40 +0100)
commit46bfc99c922529b01f0cb7599c8a7a60448b7a52
tree34626ed0ec0ddf7d037cfb175525f5a532c82fa5
parent9937738425984c1eeef4fb2fcf0a29d8cfef2bc0
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