Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 67285
b: refs/heads/master
c: 7866291
h: refs/heads/master
i:
  67283: 5eb89c6
v: v3
  • Loading branch information
Michael Ellerman authored and Paul Mackerras committed Sep 13, 2007
1 parent ce46983 commit fd8cae1
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: 6815800601d3e46b976c868e4e85fb6de32b9133
refs/heads/master: 7866291d4cabf5491d4ecb62787308f8b8958f59
2 changes: 1 addition & 1 deletion trunk/arch/powerpc/kernel/irq.c
Original file line number Diff line number Diff line change
Expand Up @@ -487,7 +487,7 @@ __init_refok struct irq_host *irq_alloc_host(struct device_node *of_node,
host->inval_irq = 0;
/* setup us as the host for all legacy interrupts */
for (i = 1; i < NUM_ISA_INTERRUPTS; i++) {
irq_map[i].hwirq = 0;
irq_map[i].hwirq = i;
smp_wmb();
irq_map[i].host = host;
smp_wmb();
Expand Down

0 comments on commit fd8cae1

Please sign in to comment.