Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 356131
b: refs/heads/master
c: c0048de
h: refs/heads/master
i:
  356129: 0162c55
  356127: b965d79
v: v3
  • Loading branch information
Hendrik Brueckner authored and Martin Schwidefsky committed Feb 14, 2013
1 parent 1bb9292 commit d3f846e
Show file tree
Hide file tree
Showing 2 changed files with 5 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: 0e0d04a8677f33360cfbb5f8c7aa4ee8cbf5a287
refs/heads/master: c0048de29d207fe3407360c28a9025891506dd6a
5 changes: 4 additions & 1 deletion trunk/net/iucv/iucv.c
Original file line number Diff line number Diff line change
Expand Up @@ -831,8 +831,11 @@ static int iucv_reboot_event(struct notifier_block *this,
{
int i;

if (cpumask_empty(&iucv_irq_cpumask))
return NOTIFY_DONE;

get_online_cpus();
on_each_cpu(iucv_block_cpu, NULL, 1);
on_each_cpu_mask(&iucv_irq_cpumask, iucv_block_cpu, NULL, 1);
preempt_disable();
for (i = 0; i < iucv_max_pathid; i++) {
if (iucv_path_table[i])
Expand Down

0 comments on commit d3f846e

Please sign in to comment.