Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 131567
b: refs/heads/master
c: 66db2e6
h: refs/heads/master
i:
  131565: 996e029
  131563: f393676
  131559: cff6cfd
  131551: 19a904d
v: v3
  • Loading branch information
Alex Chiang authored and Tony Luck committed Feb 19, 2009
1 parent 733dad0 commit 4163660
Show file tree
Hide file tree
Showing 2 changed files with 4 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: 39d481cba27809598e755e184bc0d8ae1d22423e
refs/heads/master: 66db2e6331612bbec193a358885854330596a92a
4 changes: 3 additions & 1 deletion trunk/arch/ia64/kernel/smpboot.c
Original file line number Diff line number Diff line change
Expand Up @@ -736,14 +736,16 @@ 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);
fixup_irqs();
cpu_clear(cpu, cpu_online_map);
fixup_irqs();
local_flush_tlb_all();
cpu_clear(cpu, cpu_callin_map);
return 0;
Expand Down

0 comments on commit 4163660

Please sign in to comment.