Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 109764
b: refs/heads/master
c: e7b1403
h: refs/heads/master
v: v3
  • Loading branch information
Paul E. McKenney authored and Tony Luck committed Sep 10, 2008
1 parent ba03200 commit d06a7fd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 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: 6bf6a1a49377c32a02939ec835553703994f3e41
refs/heads/master: e7b140365b86aaf94374214c6f4e6decbee2eb0a
4 changes: 1 addition & 3 deletions trunk/arch/ia64/kernel/smpboot.c
Original file line number Diff line number Diff line change
Expand Up @@ -741,16 +741,14 @@ int __cpu_disable(void)
return -EBUSY;
}

cpu_clear(cpu, cpu_online_map);

if (migrate_platform_irqs(cpu)) {
cpu_set(cpu, cpu_online_map);
return (-EBUSY);
}

remove_siblinginfo(cpu);
cpu_clear(cpu, cpu_online_map);
fixup_irqs();
cpu_clear(cpu, cpu_online_map);
local_flush_tlb_all();
cpu_clear(cpu, cpu_callin_map);
return 0;
Expand Down

0 comments on commit d06a7fd

Please sign in to comment.