diff options
author | jogo <jogo@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2013-06-30 13:09:50 +0000 |
---|---|---|
committer | jogo <jogo@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2013-06-30 13:09:50 +0000 |
commit | fffbf8f1ad62411792e0f4392b679d6f07caf0d1 (patch) | |
tree | ba8c02e2c801ffc476fa0d62d7fd83c7fd1149bb /target/linux/brcm63xx/patches-3.9/313-MIPS-BCM63XX-rename-__dispatch_internal-to-__dispatc.patch | |
parent | a748c9fc2dca98041dc22aa37f4ebc61e5ceb142 (diff) |
bcm63xx: update patches
Update patches with their upstream versions.
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@37098 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/brcm63xx/patches-3.9/313-MIPS-BCM63XX-rename-__dispatch_internal-to-__dispatc.patch')
-rw-r--r-- | target/linux/brcm63xx/patches-3.9/313-MIPS-BCM63XX-rename-__dispatch_internal-to-__dispatc.patch | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/target/linux/brcm63xx/patches-3.9/313-MIPS-BCM63XX-rename-__dispatch_internal-to-__dispatc.patch b/target/linux/brcm63xx/patches-3.9/313-MIPS-BCM63XX-rename-__dispatch_internal-to-__dispatc.patch index f5b6071310..b7b8065e80 100644 --- a/target/linux/brcm63xx/patches-3.9/313-MIPS-BCM63XX-rename-__dispatch_internal-to-__dispatc.patch +++ b/target/linux/brcm63xx/patches-3.9/313-MIPS-BCM63XX-rename-__dispatch_internal-to-__dispatc.patch @@ -1,7 +1,7 @@ -From bb2774da9598f3ea38099d3dcf753b585824a011 Mon Sep 17 00:00:00 2001 +From 3bc62bd6e8c8a37d64cb797d24955711e98de15c Mon Sep 17 00:00:00 2001 From: Jonas Gorski <jogo@openwrt.org> Date: Thu, 21 Mar 2013 17:05:15 +0100 -Subject: [PATCH 04/13] MIPS: BCM63XX: rename __dispatch_internal to +Subject: [PATCH 05/14] MIPS: BCM63XX: rename __dispatch_internal to __dispatch_internal_32 Make it follow the same naming convention as the other functions. @@ -22,7 +22,7 @@ Signed-off-by: Jonas Gorski <jogo@openwrt.org> static void __dispatch_internal_64(void) __maybe_unused; static void __internal_irq_mask_32(unsigned int irq) __maybe_unused; static void __internal_irq_mask_64(unsigned int irq) __maybe_unused; -@@ -106,7 +106,7 @@ static void __internal_irq_unmask_64(uns +@@ -117,7 +117,7 @@ static void __internal_irq_unmask_64(uns #endif #if irq_bits == 32 @@ -31,7 +31,7 @@ Signed-off-by: Jonas Gorski <jogo@openwrt.org> #define internal_irq_mask __internal_irq_mask_32 #define internal_irq_unmask __internal_irq_unmask_32 #else -@@ -207,7 +207,7 @@ static void bcm63xx_init_irq(void) +@@ -225,7 +225,7 @@ static void bcm63xx_init_irq(void) } if (irq_bits == 32) { @@ -40,7 +40,7 @@ Signed-off-by: Jonas Gorski <jogo@openwrt.org> internal_irq_mask = __internal_irq_mask_32; internal_irq_unmask = __internal_irq_unmask_32; } else { -@@ -240,7 +240,7 @@ static inline void handle_internal(int i +@@ -258,7 +258,7 @@ static inline void handle_internal(int i * will resume the loop where it ended the last time we left this * function. */ |