[PATCH] ARM: ARMv7-M: Fix name of NVIC handler function
Uwe Kleine-König
u.kleine-koenig at pengutronix.de
Wed Jun 26 05:27:35 EDT 2013
The name changed in response to review comments for the nvic irqchip
driver when the original name was already accepted into Russell King's
tree.
Signed-off-by: Uwe Kleine-König <u.kleine-koenig at pengutronix.de>
---
Hello,
this patch was part of the irqchip patch v4, but I split it out for
being easier to merge in v5. It applies on top of Russell's devel-stable
branch.
Russell: I put it on top of my for-next branch (
git://git.pengutronix.de/git/ukl/linux.git for-next
) that you merged into your devel-stable some time ago. So assuming
you're fine with the patch, you can just repull or I can put it into
your patch tracker if you prefer it. In the latter case please tell me.
Best regards
Uwe
arch/arm/kernel/entry-v7m.S | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/arm/kernel/entry-v7m.S b/arch/arm/kernel/entry-v7m.S
index e00621f..52b2643 100644
--- a/arch/arm/kernel/entry-v7m.S
+++ b/arch/arm/kernel/entry-v7m.S
@@ -49,7 +49,7 @@ __irq_entry:
mov r1, sp
stmdb sp!, {lr}
@ routine called with r0 = irq number, r1 = struct pt_regs *
- bl nvic_do_IRQ
+ bl nvic_handle_irq
pop {lr}
@
--
1.8.3.1
More information about the linux-arm-kernel
mailing list