Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 1324
b: refs/heads/master
c: e16fa6b
h: refs/heads/master
v: v3
  • Loading branch information
Kumar Gala authored and Linus Torvalds committed May 23, 2005
1 parent 9b61543 commit ea891c3
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: 1263cc67c09bc7f913a6877f3ba0427f0b76617e
refs/heads/master: e16fa6b9d2ad9467cf5bdf517e6b6f45e5867ad6
2 changes: 1 addition & 1 deletion trunk/arch/ppc/syslib/ipic.c
Original file line number Diff line number Diff line change
Expand Up @@ -479,7 +479,7 @@ void __init ipic_init(phys_addr_t phys_addr,
temp = 0;
for (i = 0 ; i < senses_count ; i++) {
if ((senses[i] & IRQ_SENSE_MASK) == IRQ_SENSE_EDGE) {
temp |= 1 << (16 - i);
temp |= 1 << (15 - i);
if (i != 0)
irq_desc[i + irq_offset + MPC83xx_IRQ_EXT1 - 1].status = 0;
else
Expand Down

0 comments on commit ea891c3

Please sign in to comment.