[RFC PATCH 6/6] ARM: EXYNOS: use the core cpu hotplug functions

2013-05-19 Thread Sanjay Singh Rawat
Generic arm cpu hotplug related functions are moved to core hotplug code, Exynos-4 is having Cortex-A9, remove the functions from the platform code. Signed-off-by: Sanjay Singh Rawat --- arch/arm/mach-exynos/hotplug.c | 40 ++-- 1 file changed, 2 insertions(

[RFC PATCH 6/6] ARM: EXYNOS: use the core cpu hotplug functions

2013-05-18 Thread Sanjay Singh Rawat
Generic arm cpu hotplug related functions are moved to core hotplug code, remove the functions from the platform code. Signed-off-by: Sanjay Singh Rawat --- arch/arm/mach-exynos/hotplug.c | 40 ++-- 1 file changed, 2 insertions(+), 38 deletions(-) diff --gi