Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 310615
b: refs/heads/master
c: 55c844a
h: refs/heads/master
i:
  310613: 55808ff
  310611: 1ccb6bc
  310607: 9737ba6
v: v3
  • Loading branch information
Feng Tang authored and Ingo Molnar committed Jun 6, 2012
1 parent b4eaf64 commit 1570f68
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 7071f6b2889bb41bea61891d8a3e6e70517ef5e6
refs/heads/master: 55c844a4dd16a4d1fdc0cf2a283ec631a02ec448
6 changes: 4 additions & 2 deletions trunk/arch/x86/kernel/reboot.c
Original file line number Diff line number Diff line change
Expand Up @@ -639,9 +639,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

Expand Down

0 comments on commit 1570f68

Please sign in to comment.