Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 100730
b: refs/heads/master
c: 000e99c
h: refs/heads/master
v: v3
  • Loading branch information
Lennert Buytenhek authored and Lennert Buytenhek committed Jun 22, 2008
1 parent acbef6d commit 6583f43
Show file tree
Hide file tree
Showing 2 changed files with 3 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: ee0dd840052e303a3eb171363be5e6364d200a51
refs/heads/master: 000e99c3334cdddaec020d7324fe4ca2a683d3dd
3 changes: 2 additions & 1 deletion trunk/arch/arm/plat-orion/irq.c
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ static void orion_irq_unmask(u32 irq)

static struct irq_chip orion_irq_chip = {
.name = "orion_irq",
.ack = orion_irq_mask,
.mask = orion_irq_mask,
.mask_ack = orion_irq_mask,
.unmask = orion_irq_unmask,
};

Expand All @@ -59,6 +59,7 @@ void __init orion_irq_init(unsigned int irq_start, void __iomem *maskaddr)
set_irq_chip(irq, &orion_irq_chip);
set_irq_chip_data(irq, maskaddr);
set_irq_handler(irq, handle_level_irq);
irq_desc[irq].status |= IRQ_LEVEL;
set_irq_flags(irq, IRQF_VALID);
}
}

0 comments on commit 6583f43

Please sign in to comment.