LSK merge linux-stable review
Alex Shi
alex.shi at linaro.org
Fri Jan 10 10:31:00 EST 2014
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.
--
Thanks
Alex
More information about the linux-arm-kernel
mailing list