Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 212411
b: refs/heads/master
c: f9e417e
h: refs/heads/master
i:
  212409: 87e7bb8
  212407: 7a3dd8d
v: v3
  • Loading branch information
Tony Lindgren authored and Russell King committed Oct 4, 2010
1 parent 1f4030e commit ad27a1c
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: f00ec48fadf5e37e7889f14cff900aa70d18b644
refs/heads/master: f9e417e901e891d139f4d5fd750959e4a862d9f7
3 changes: 2 additions & 1 deletion trunk/arch/arm/kernel/smp.c
Original file line number Diff line number Diff line change
Expand Up @@ -567,7 +567,8 @@ void smp_send_stop(void)
{
cpumask_t mask = cpu_online_map;
cpu_clear(smp_processor_id(), mask);
send_ipi_message(&mask, IPI_CPU_STOP);
if (!cpus_empty(mask))
send_ipi_message(&mask, IPI_CPU_STOP);
}

/*
Expand Down

0 comments on commit ad27a1c

Please sign in to comment.