Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 24613
b: refs/heads/master
c: 2fa6874
h: refs/heads/master
i:
  24611: 651503d
v: v3
  • Loading branch information
Arnd Bergmann authored and Paul Mackerras committed Mar 27, 2006
1 parent 0d13157 commit 231a285
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: 16cc11daff0230bcd1ae7327c1c256c0aa02cad6
refs/heads/master: 2fa68747dad290f4415e2ea8565d57876747b2d3
2 changes: 1 addition & 1 deletion trunk/arch/powerpc/platforms/cell/spider-pic.c
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ static void spider_enable_irq(unsigned int irq)
void __iomem *cfg = spider_get_irq_config(irq);
irq = spider_get_nr(irq);

out_be32(cfg, in_be32(cfg) | 0x3107000eu | nodeid);
out_be32(cfg, (in_be32(cfg) & ~0xf0)| 0x3107000eu | nodeid);
out_be32(cfg + 4, in_be32(cfg + 4) | 0x00020000u | irq);
}

Expand Down

0 comments on commit 231a285

Please sign in to comment.