Commit ec167f2d authored by Steven J. Hill's avatar Steven J. Hill

MIPS: Add new end of interrupt functionality for GIC.

Each platform should define its own 'gic_finish_irq' function.
Signed-off-by: default avatarSteven J. Hill <sjhill@mips.com>
parent 98b67c37
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment