projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b5f0149
)
ia64: msi: Use irq_move_irq()
author
Thomas Gleixner
<tglx@linutronix.de>
Fri, 25 Mar 2011 19:36:55 +0000
(20:36 +0100)
committer
Thomas Gleixner
<tglx@linutronix.de>
Tue, 29 Mar 2011 12:48:04 +0000
(14:48 +0200)
This replaces the old move_native_irq() function which is going away.
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
arch/ia64/kernel/msi_ia64.c
patch
|
blob
|
blame
|
history
diff --git
a/arch/ia64/kernel/msi_ia64.c
b/arch/ia64/kernel/msi_ia64.c
index b39702d1a9ca4f7f86e14962be6517dfc6dcfca6..524d5cccbaebb65b82f59e0b456212c252d06893 100644
(file)
--- a/
arch/ia64/kernel/msi_ia64.c
+++ b/
arch/ia64/kernel/msi_ia64.c
@@
-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();
}