[PATCH v7 07/12] ARM: SoC: convert MSM SMP to SoC descriptor
From: David Brown <hidden>
Date: 2012-06-07 20:23:34
On Thu, Jun 07, 2012 at 05:09:24PM +0100, Marc Zyngier wrote:
Convert MSM SMP platforms to use the SoC descriptor to provide their SMP and CPU hotplug operations. Cc: David Brown <redacted> Signed-off-by: Marc Zyngier <redacted> --- arch/arm/mach-msm/Makefile | 2 +- arch/arm/mach-msm/board-msm8960.c | 3 +++ arch/arm/mach-msm/board-msm8x60.c | 7 +++++++ arch/arm/mach-msm/core.c | 17 +++++++++++++++++ arch/arm/mach-msm/core.h | 9 +++++++++ arch/arm/mach-msm/hotplug.c | 8 +++++--- arch/arm/mach-msm/platsmp.c | 20 ++++++++++++++++---- 7 files changed, 58 insertions(+), 8 deletions(-) create mode 100644 arch/arm/mach-msm/core.c create mode 100644 arch/arm/mach-msm/core.h
I've tested this on msm targets, although msm7201 isn't currently building in linux-next because of an RCU issue, but I don't think it breaks anything there. Tested-by: David Brown <redacted> Acked-by: David Brown <redacted> -- Sent by an employee of the Qualcomm Innovation Center, Inc. The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum.