Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 143571
b: refs/heads/master
c: 77f4025
h: refs/heads/master
i:
  143569: 7cd231c
  143567: ba3eb2a
v: v3
  • Loading branch information
Linus Walleij authored and Russell King committed Apr 16, 2009
1 parent 66a8dc0 commit 05e554c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 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: 5e075cb5cee4faecc82e2b8a04e640176629976e
refs/heads/master: 77f4025b5e7b290f5c3cc03aa6242328694c71d4
9 changes: 4 additions & 5 deletions trunk/arch/arm/common/vic.c
Original file line number Diff line number Diff line change
Expand Up @@ -85,12 +85,11 @@ void __init vic_init(void __iomem *base, unsigned int irq_start,
writel(32, base + VIC_PL190_DEF_VECT_ADDR);

for (i = 0; i < 32; i++) {
unsigned int irq = irq_start + i;

set_irq_chip(irq, &vic_chip);
set_irq_chip_data(irq, base);

if (vic_sources & (1 << i)) {
unsigned int irq = irq_start + i;

set_irq_chip(irq, &vic_chip);
set_irq_chip_data(irq, base);
set_irq_handler(irq, handle_level_irq);
set_irq_flags(irq, IRQF_VALID | IRQF_PROBE);
}
Expand Down

0 comments on commit 05e554c

Please sign in to comment.