Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 67225
b: refs/heads/master
c: 553fdff
h: refs/heads/master
i:
  67223: ff108f0
v: v3
  • Loading branch information
David Gibson authored and Paul Mackerras committed Aug 17, 2007
1 parent a730a41 commit e995acf
Show file tree
Hide file tree
Showing 2 changed files with 4 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: 868afce21fdadcecc7bde9263321065948508c56
refs/heads/master: 553fdff633b1cb8cfccf554768444c5580a8d7f7
3 changes: 3 additions & 0 deletions trunk/arch/powerpc/sysdev/uic.c
Original file line number Diff line number Diff line change
Expand Up @@ -266,6 +266,9 @@ irqreturn_t uic_cascade(int virq, void *data)
int subvirq;

msr = mfdcr(uic->dcrbase + UIC_MSR);
if (!msr) /* spurious interrupt */
return IRQ_HANDLED;

src = 32 - ffs(msr);

subvirq = irq_linear_revmap(uic->irqhost, src);
Expand Down

0 comments on commit e995acf

Please sign in to comment.