Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 86029
b: refs/heads/master
c: 7fe5f10
h: refs/heads/master
i:
  86027: 7c234d6
v: v3
  • Loading branch information
Wolfgang Ocker authored and Josh Boyer committed Feb 16, 2008
1 parent fb35990 commit 4f8680f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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: 2278e8119d9465b498763af7c1077b558f7599b1
refs/heads/master: 7fe5f10ed032251f35258be2ee5296bca4299471
6 changes: 3 additions & 3 deletions trunk/arch/ppc/platforms/4xx/ibm440ep.c
Original file line number Diff line number Diff line change
Expand Up @@ -172,11 +172,11 @@ struct ocp_def core_ocp[] = {
/* Polarity and triggering settings for internal interrupt sources */
struct ppc4xx_uic_settings ppc4xx_core_uic_cfg[] __initdata = {
{ .polarity = 0xffbffe03,
.triggering = 0xfffffe00,
.triggering = 0x00000000,
.ext_irq_mask = 0x000001fc, /* IRQ0 - IRQ6 */
},
{ .polarity = 0xffffc6ef,
.triggering = 0xffffc7ff,
{ .polarity = 0xffffc6af,
.triggering = 0x06000140,
.ext_irq_mask = 0x00003800, /* IRQ7 - IRQ9 */
},
};
Expand Down

0 comments on commit 4f8680f

Please sign in to comment.