Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 851
b: refs/heads/master
c: 235bd61
h: refs/heads/master
i:
  849: f905aec
  847: 0410640
v: v3
  • Loading branch information
Linus Torvalds committed May 4, 2005
1 parent e19b6c2 commit 5dab5af
Show file tree
Hide file tree
Showing 2 changed files with 4 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: 6a800d456a81a9046634bcd26d868fd537f0c9ae
refs/heads/master: 235bd6140dad7c08261abdc1f8056485c5344a74
6 changes: 3 additions & 3 deletions trunk/arch/sparc64/kernel/irq.c
Original file line number Diff line number Diff line change
Expand Up @@ -756,7 +756,7 @@ void handler_irq(int irq, struct pt_regs *regs)
clear_softint(clr_mask);
}
#else
int should_forward = 1;
int should_forward = 0;

clear_softint(1 << irq);
#endif
Expand Down 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 5dab5af

Please sign in to comment.