Merge remote-tracking branch 'stable/linux-3.10.y' into linux-linaro-lsk
authorAlex Shi <alex.shi@linaro.org>
Fri, 10 Jan 2014 02:50:57 +0000 (10:50 +0800)
committerAlex Shi <alex.shi@linaro.org>
Fri, 10 Jan 2014 02:50:57 +0000 (10:50 +0800)
Conflicts:
arch/arm64/kernel/smp.c

Signed-off-by: Alex Shi <alex.shi@linaro.org>
1  2 
Documentation/kernel-parameters.txt
arch/arm/include/asm/arch_timer.h
arch/arm64/kernel/smp.c
kernel/sched/core.c
kernel/sched/fair.c

Simple merge
Simple merge
index 5e9d27442fbb03204d2482727cd9bbc50fd4a3c9,9c93e126328cfaa04ffdaa8612a43e4d9d09a6aa..87340fd539398176f83604483e678053f38bb350
@@@ -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.
 -       * Synchronise with the boot thread.
--       */
-       notify_cpu_starting(cpu);
-       local_irq_enable();
-       local_fiq_enable();
 -      raw_spin_lock(&boot_lock);
 -      raw_spin_unlock(&boot_lock);
 +      smp_store_cpu_info(cpu);
  
        /*
         * OK, now it's safe to let the boot CPU continue.  Wait for
Simple merge
Simple merge