Skip to content

Commit

Permalink
ia64: msi: Use irq_move_irq()
Browse files Browse the repository at this point in the history
This replaces the old move_native_irq() function which is going away.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
  • Loading branch information
Thomas Gleixner committed Mar 29, 2011
1 parent b5f0149 commit 97499b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/ia64/kernel/msi_ia64.c
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ void ia64_teardown_msi_irq(unsigned int irq)
static void ia64_ack_msi_irq(struct irq_data *data)
{
irq_complete_move(data->irq);
move_native_irq(data->irq);
irq_move_irq(data);
ia64_eoi();
}

Expand Down

0 comments on commit 97499b2

Please sign in to comment.