Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 125671
b: refs/heads/master
c: 259c4dd
h: refs/heads/master
i:
  125669: 9082261
  125667: 1f02a70
  125663: 04237c0
v: v3
  • Loading branch information
Rusty Russell committed Dec 29, 2008
1 parent 94fb8f9 commit 74ffb1c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 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: ce47d974f71af26d00832e83a43ac79bec272d99
refs/heads/master: 259c4ddd00237e5072921afa15a900839643fd98
7 changes: 3 additions & 4 deletions trunk/drivers/infiniband/hw/ehca/ehca_irq.c
Original file line number Diff line number Diff line change
Expand Up @@ -934,10 +934,9 @@ void ehca_destroy_comp_pool(void)

unregister_hotcpu_notifier(&comp_pool_callback_nb);

for (i = 0; i < NR_CPUS; i++) {
if (cpu_online(i))
destroy_comp_task(pool, i);
}
for_each_online_cpu(i)
destroy_comp_task(pool, i);

free_percpu(pool->cpu_comp_tasks);
kfree(pool);
}

0 comments on commit 74ffb1c

Please sign in to comment.