Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 848
b: refs/heads/master
c: cee2824
h: refs/heads/master
v: v3
  • Loading branch information
David S. Miller committed May 4, 2005
1 parent 0410640 commit f1f6246
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 8800cea62025a5209d110c5fa5990429239d6eee
refs/heads/master: cee2824f85414c98fff4004e335a6bc4072c8809
4 changes: 2 additions & 2 deletions trunk/arch/sparc64/kernel/irq.c
Original file line number Diff line number Diff line change
Expand Up @@ -1007,10 +1007,10 @@ static int retarget_one_irq(struct irqaction *p, int goal_cpu)
}
upa_writel(tid | IMAP_VALID, imap);

while (!cpu_online(goal_cpu)) {
do {
if (++goal_cpu >= NR_CPUS)
goal_cpu = 0;
}
} while (!cpu_online(goal_cpu));

return goal_cpu;
}
Expand Down

0 comments on commit f1f6246

Please sign in to comment.