Skip to content

Commit

Permalink
MIPS: Add new end of interrupt functionality for GIC.
Browse files Browse the repository at this point in the history
Each platform should define its own 'gic_finish_irq' function.

Signed-off-by: Steven J. Hill <sjhill@mips.com>
  • Loading branch information
Steven J. Hill committed Sep 13, 2012
1 parent 98b67c3 commit ec167f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/mips/kernel/irq-gic.c
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ static struct irq_chip gic_irq_controller = {
.irq_mask = gic_mask_irq,
.irq_mask_ack = gic_mask_irq,
.irq_unmask = gic_unmask_irq,
.irq_eoi = gic_unmask_irq,
.irq_eoi = gic_finish_irq,
#ifdef CONFIG_SMP
.irq_set_affinity = gic_set_affinity,
#endif
Expand Down

0 comments on commit ec167f2

Please sign in to comment.