Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 131568
b: refs/heads/master
c: c0acdea
h: refs/heads/master
v: v3
  • Loading branch information
Alex Chiang authored and Tony Luck committed Feb 19, 2009
1 parent 4163660 commit b6a0bc9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 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: 66db2e6331612bbec193a358885854330596a92a
refs/heads/master: c0acdea21437eff134cc3486bdc52907d9086af1
3 changes: 1 addition & 2 deletions trunk/arch/ia64/kernel/smpboot.c
Original file line number Diff line number Diff line change
Expand Up @@ -740,11 +740,10 @@ int __cpu_disable(void)

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

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

0 comments on commit b6a0bc9

Please sign in to comment.