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)
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

Simple merge