Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 28783
b: refs/heads/master
c: b40feec
h: refs/heads/master
i:
  28781: 38e2c38
  28779: 9154f38
  28775: e208b9f
  28767: 8d63569
v: v3
  • Loading branch information
arnd@arndb.de authored and Paul Mackerras committed Jun 21, 2006
1 parent f14cd32 commit 1424859
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: acf7d76827a577059636e949079021e6af6dd702
refs/heads/master: b40feec8efbe609a3a38bca1f18d3ba4d590563a
3 changes: 1 addition & 2 deletions trunk/arch/powerpc/platforms/cell/interrupt.c
Original file line number Diff line number Diff line change
Expand Up @@ -117,8 +117,7 @@ static int iic_external_get_irq(struct cbe_iic_pending_bits pending)
* One of these units can be connected
* to an external interrupt controller.
*/
if (pending.prio > 0x3f ||
pending.class != 2)
if (pending.class != 2)
break;
irq = IIC_EXT_OFFSET
+ spider_get_irq(node)
Expand Down

0 comments on commit 1424859

Please sign in to comment.