Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 243523
b: refs/heads/master
c: b3cf2bb
h: refs/heads/master
i:
  243521: f2acd49
  243519: ad9ed42
v: v3
  • Loading branch information
Benjamin Herrenschmidt committed Mar 30, 2011
1 parent cd1d9df commit 19a2146
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: 8987eccde8abce02a4fc765d81a4c5de3d110ab5
refs/heads/master: b3cf2bb3d5de306aebfd1dfbcb0c8d33c0214046
2 changes: 1 addition & 1 deletion trunk/arch/powerpc/sysdev/mpc8xx_pic.c
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ static int mpc8xx_set_irq_type(struct irq_data *d, unsigned int flow_type)
if ((hw & 1) == 0) {
siel |= (0x80000000 >> hw);
out_be32(&siu_reg->sc_siel, siel);
__irq_set_handler_locked(irq, handle_edge_irq);
__irq_set_handler_locked(d->irq, handle_edge_irq);
}
}
return 0;
Expand Down

0 comments on commit 19a2146

Please sign in to comment.