From mboxrd@z Thu Jan 1 00:00:00 1970 From: sboyd@codeaurora.org (Stephen Boyd) Date: Tue, 4 Feb 2014 15:07:07 -0800 Subject: [PATCH v2 1/5] ARM: msm: kill off hotplug.c In-Reply-To: <1391553532-27001-2-git-send-email-galak@codeaurora.org> References: <1391553532-27001-1-git-send-email-galak@codeaurora.org> <1391553532-27001-2-git-send-email-galak@codeaurora.org> Message-ID: <20140204230707.GD20528@codeaurora.org> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On 02/04, Kumar Gala wrote: > diff --git a/arch/arm/mach-msm/platsmp.c b/arch/arm/mach-msm/platsmp.c > index 3721b31..251a91e 100644 > --- a/arch/arm/mach-msm/platsmp.c > +++ b/arch/arm/mach-msm/platsmp.c > @@ -29,6 +29,13 @@ extern void secondary_startup(void); > > static DEFINE_SPINLOCK(boot_lock); > > +#ifdef CONFIG_HOTPLUG_CPU > +static void __ref msm_cpu_die(unsigned int cpu) We shouldn't need __ref anymore either right? > +{ > + wfi(); > +} > +#endif > + > static inline int get_core_count(void) > { > /* 1 + the PART[1:0] field of MIDR */ -- Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, hosted by The Linux Foundation