Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 212227
b: refs/heads/master
c: 05d0ca8
h: refs/heads/master
i:
  212225: 328c1d6
  212223: c6deadd
v: v3
  • Loading branch information
Anand Gadiyar authored and Ingo Molnar committed Oct 16, 2010
1 parent a2a83e2 commit 7b2cf96
Show file tree
Hide file tree
Showing 2 changed files with 4 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: c0a19ebc018222ffd1dd93af5b53d9efd779c19b
refs/heads/master: 05d0ca85c91013d5f73c43fb566bde09a9718019
4 changes: 3 additions & 1 deletion trunk/arch/arm/kernel/irq.c
Original file line number Diff line number Diff line change
Expand Up @@ -157,8 +157,10 @@ void __init init_IRQ(void)
struct irq_desc *desc;
int irq;

for (irq = 0; irq < nr_irqs; irq++)
for (irq = 0; irq < nr_irqs; irq++) {
desc = irq_to_desc_alloc_node(irq, 0);
desc->status |= IRQ_NOREQUEST | IRQ_NOPROBE;
}

init_arch_irq();
}
Expand Down

0 comments on commit 7b2cf96

Please sign in to comment.