ARM: EXYNOS: call scu_enable() only in case of cortex-A9 processor
authorLeela Krishna Amudala <l.krishna@samsung.com>
Mon, 10 Jun 2013 09:28:04 +0000 (18:28 +0900)
committerKukjin Kim <kgene.kim@samsung.com>
Tue, 18 Jun 2013 18:41:38 +0000 (03:41 +0900)
commitb5f3c75a75d31039c6de3ab38d074b43c60462f7
treefce28f0432d3eb3f979fbb4ee6a038ab40debaa0
parent83978253d0c3e12bf81d4b5f419a0200d5cb19a6
ARM: EXYNOS: call scu_enable() only in case of cortex-A9 processor

This patch reads the cpuid part number and if it matches with
cortex-A9, calls scu_enable()

Signed-off-by: Leela Krishna Amudala <l.krishna@samsung.com>
Reviewed-by: Doug Anderson <dianders@chromium.org>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
arch/arm/mach-exynos/platsmp.c