Merge commit 'v3.5-rc3' into x86/debug
[deliverable/linux.git] / arch / x86 / kernel / reboot.c
index ab3f06260712db6fd5f257805c8366498bf93e13..10ae9be07b47359d7eff37807668f16dc4cfc026 100644 (file)
@@ -643,9 +643,11 @@ void native_machine_shutdown(void)
        set_cpus_allowed_ptr(current, cpumask_of(reboot_cpu_id));
 
        /*
-        * O.K Now that I'm on the appropriate processor,
-        * stop all of the others.
+        * O.K Now that I'm on the appropriate processor, stop all of the
+        * others. Also disable the local irq to not receive the per-cpu
+        * timer interrupt which may trigger scheduler's load balance.
         */
+       local_irq_disable();
        stop_other_cpus();
 #endif
 
This page took 0.087412 seconds and 5 git commands to generate.