LSK merge linux-stable review

Catalin Marinas catalin.marinas at arm.com
Fri Jan 10 11:32:39 EST 2014


On Fri, Jan 10, 2014 at 03:31:00PM +0000, Alex Shi wrote:
> On 01/10/2014 06:56 PM, Catalin Marinas wrote:
> > On Fri, Jan 10, 2014 at 02:58:20AM +0000, Alex Shi wrote:
> >> commit 450cdfa9c5713551ab1438ab210679868b52a994
> >> Merge: bf78886 8b4ed85
> >> Author: Alex Shi <alex.shi at linaro.org>
> >> Date:   Fri Jan 10 10:50:57 2014 +0800
> >>
> >>     Merge remote-tracking branch 'stable/linux-3.10.y' into linux-linaro-lsk
> >>     
> >>     Conflicts:
> >>         arch/arm64/kernel/smp.c
> >>     
> >>     Signed-off-by: Alex Shi <alex.shi at linaro.org>
> >>
> >> diff --cc arch/arm64/kernel/smp.c
> >> index 5e9d274,9c93e12..87340fd
> >> --- a/arch/arm64/kernel/smp.c
> >> +++ b/arch/arm64/kernel/smp.c
> >> @@@ -150,17 -187,17 +150,10 @@@ asmlinkage void __cpuinit secondary_sta
> >>         preempt_disable();
> >>         trace_hardirqs_off();
> >>   
> >>  -      /*
> >>  -       * Let the primary processor know we're out of the
> >>  -       * pen, then head off into the C entry point
> >>  -       */
> >>  -      write_pen_release(INVALID_HWID);
> >>  +      if (cpu_ops[cpu]->cpu_postboot)
> >>  +              cpu_ops[cpu]->cpu_postboot();
> >>   
> >> --      /*
> >> -        * Enable local interrupts.
> >> -        */
> >> -       notify_cpu_starting(cpu);
> > 
> > This kind of diff always confuses me but notify_cpu_starting() should be
> > present in the resulting file. Is it further down?
> > 
> 
> the first column '-/+' means contents was removed/added from file
> 5e9d274. the 2nd column '-/+' means contents was removed/added from file
> 9c93e12.
> 
> Yes, The notify_cpu_starting kept in final file later.

Just make sure it is in line with commit 7ade67b5984d0a (arm64: move
enabling of GIC before CPUs are set online)

-- 
Catalin



More information about the linux-arm-kernel mailing list