Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 321105
b: refs/heads/master
c: c5dff4f
h: refs/heads/master
i:
  321103: c98db2b
v: v3
  • Loading branch information
Javier Martinez Canillas authored and Russell King committed Jul 31, 2012
1 parent b2b310f commit 0665ae9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 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: 5a783cbc48367cfc7b65afc75430953dfe60098f
refs/heads/master: c5dff4ffd327088d85035bec535b7d0c9ea03151
3 changes: 2 additions & 1 deletion trunk/arch/arm/kernel/smp.c
Original file line number Diff line number Diff line change
Expand Up @@ -563,7 +563,8 @@ void smp_send_stop(void)

cpumask_copy(&mask, cpu_online_mask);
cpumask_clear_cpu(smp_processor_id(), &mask);
smp_cross_call(&mask, IPI_CPU_STOP);
if (!cpumask_empty(&mask))
smp_cross_call(&mask, IPI_CPU_STOP);

/* Wait up to one second for other CPUs to stop */
timeout = USEC_PER_SEC;
Expand Down

0 comments on commit 0665ae9

Please sign in to comment.