Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 175726
b: refs/heads/master
c: 588e050
h: refs/heads/master
v: v3
  • Loading branch information
Benjamin Herrenschmidt committed Oct 30, 2009
1 parent dc12280 commit ade9cd8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: cc393317c42ab75cc3ac36548a6b85ce60460c3f
refs/heads/master: 588e050887c5f00a39b056848ea58c8b496beab0
2 changes: 1 addition & 1 deletion trunk/arch/powerpc/platforms/8xx/m8xx_setup.c
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ static void cpm_cascade(unsigned int irq, struct irq_desc *desc)
int cascade_irq;

if ((cascade_irq = cpm_get_irq()) >= 0) {
struct irq_desc *cdesc = irq_desc + cascade_irq;
struct irq_desc *cdesc = irq_to_desc(cascade_irq);

generic_handle_irq(cascade_irq);
cdesc->chip->eoi(cascade_irq);
Expand Down

0 comments on commit ade9cd8

Please sign in to comment.