summaryrefslogtreecommitdiffstats
path: root/patches/linux-3.11-rc1/0001-ARM-ARMv7-M-Fix-name-of-NVIC-handler-function.patch
diff options
context:
space:
mode:
Diffstat (limited to 'patches/linux-3.11-rc1/0001-ARM-ARMv7-M-Fix-name-of-NVIC-handler-function.patch')
-rw-r--r--patches/linux-3.11-rc1/0001-ARM-ARMv7-M-Fix-name-of-NVIC-handler-function.patch29
1 files changed, 0 insertions, 29 deletions
diff --git a/patches/linux-3.11-rc1/0001-ARM-ARMv7-M-Fix-name-of-NVIC-handler-function.patch b/patches/linux-3.11-rc1/0001-ARM-ARMv7-M-Fix-name-of-NVIC-handler-function.patch
deleted file mode 100644
index 41e081b..0000000
--- a/patches/linux-3.11-rc1/0001-ARM-ARMv7-M-Fix-name-of-NVIC-handler-function.patch
+++ /dev/null
@@ -1,29 +0,0 @@
-From: =?UTF-8?q?Uwe=20Kleine-K=C3=B6nig?= <u.kleine-koenig@pengutronix.de>
-Date: Wed, 26 Jun 2013 09:52:21 +0200
-Subject: [PATCH] ARM: ARMv7-M: Fix name of NVIC handler function
-MIME-Version: 1.0
-Content-Type: text/plain; charset=UTF-8
-Content-Transfer-Encoding: 8bit
-
-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@pengutronix.de>
----
- 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}
- @