]> git.baikalelectronics.ru Git - kernel.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)
commit2560eb29f12e8e051f8e07f7c8e197cc3ed1d365
tree3ecfbfc371d3dd863680ca896b51ed422c7ba1f3
parent1706c0f3dc26f639824f768a52bbe54c71e94dea
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