Re: [PATCH v2 1/5] ARM: msm: kill off hotplug.c

2014-02-07 Thread Stephen Boyd
On 02/04, Kumar Gala wrote: > > On Feb 4, 2014, at 5:07 PM, Stephen Boyd wrote: > > > 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 > >> +++

Re: [PATCH v2 1/5] ARM: msm: kill off hotplug.c

2014-02-07 Thread Stephen Boyd
On 02/04, Kumar Gala wrote: On Feb 4, 2014, at 5:07 PM, Stephen Boyd sb...@codeaurora.org wrote: 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 +++

Re: [PATCH v2 1/5] ARM: msm: kill off hotplug.c

2014-02-04 Thread Kumar Gala
On Feb 4, 2014, at 5:07 PM, Stephen Boyd wrote: > 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

Re: [PATCH v2 1/5] ARM: msm: kill off hotplug.c

2014-02-04 Thread Stephen Boyd
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

[PATCH v2 1/5] ARM: msm: kill off hotplug.c

2014-02-04 Thread Kumar Gala
Right now hotplug.c only really implements msm_cpu_die as a wfi. Just move that implementation into platsmp.c. At the same time we use the existing wfi() instead of inline asm. Signed-off-by: Kumar Gala --- arch/arm/mach-msm/Makefile | 1 - arch/arm/mach-msm/common.h | 1 -

[PATCH v2 1/5] ARM: msm: kill off hotplug.c

2014-02-04 Thread Kumar Gala
Right now hotplug.c only really implements msm_cpu_die as a wfi. Just move that implementation into platsmp.c. At the same time we use the existing wfi() instead of inline asm. Signed-off-by: Kumar Gala ga...@codeaurora.org --- arch/arm/mach-msm/Makefile | 1 - arch/arm/mach-msm/common.h |

Re: [PATCH v2 1/5] ARM: msm: kill off hotplug.c

2014-02-04 Thread Stephen Boyd
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);

Re: [PATCH v2 1/5] ARM: msm: kill off hotplug.c

2014-02-04 Thread Kumar Gala
On Feb 4, 2014, at 5:07 PM, Stephen Boyd sb...@codeaurora.org wrote: 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 @@