Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 15262
b: refs/heads/master
c: b273ed2
h: refs/heads/master
v: v3
  • Loading branch information
Edson Seabra authored and Paul Mackerras committed Dec 20, 2005
1 parent 2f932f0 commit b4c788b
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 3eb6f26bcd0d2ce53498deda988e68d663e1c9c2
refs/heads/master: b273ed266a353ee6b238856e1ae705660dafdd70
3 changes: 2 additions & 1 deletion trunk/arch/ppc/platforms/85xx/mpc85xx_cds_common.c
Original file line number Diff line number Diff line change
Expand Up @@ -130,10 +130,11 @@ mpc85xx_cds_show_cpuinfo(struct seq_file *m)
}

#ifdef CONFIG_CPM2
static void cpm2_cascade(int irq, void *dev_id, struct pt_regs *regs)
static irqreturn_t cpm2_cascade(int irq, void *dev_id, struct pt_regs *regs)
{
while((irq = cpm2_get_irq(regs)) >= 0)
__do_IRQ(irq, regs);
return IRQ_HANDLED;
}

static struct irqaction cpm2_irqaction = {
Expand Down

0 comments on commit b4c788b

Please sign in to comment.