Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 31302
b: refs/heads/master
c: 24ac26d
h: refs/heads/master
v: v3
  • Loading branch information
David S. Miller authored and David S. Miller committed Jun 29, 2006
1 parent 80de9b0 commit 5474d16
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 946ea09962a56674fe564b41c3007933bb41a068
refs/heads/master: 24ac26d425c96659b12cf16de7cbfe3bcbd73f05
4 changes: 4 additions & 0 deletions trunk/arch/sparc64/kernel/irq.c
Original file line number Diff line number Diff line change
Expand Up @@ -414,6 +414,10 @@ void irq_install_pre_handler(int virt_irq,
data->pre_handler_arg1 = arg1;
data->pre_handler_arg2 = arg2;

if (desc->chip == &sun4u_irq_ack ||
desc->chip == &sun4v_irq_ack)
return;

desc->chip = (desc->chip == &sun4u_irq ?
&sun4u_irq_ack : &sun4v_irq_ack);
}
Expand Down

0 comments on commit 5474d16

Please sign in to comment.