diff options
author | Felix Fietkau <nbd@openwrt.org> | 2016-01-02 14:48:27 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2016-01-02 14:48:27 +0000 |
commit | c69ffda546522ae67544ad717a45abbc2ca3527f (patch) | |
tree | fb2de31fd6d40b87d35e63d5b8e01a03e9f0bbf8 /target/linux/ramips/patches-4.3/0005-MIPS-use-set_mode-to-enable-disable-the-cevt-r4k-irq.patch | |
parent | 140be9f1a5915e952722813e60716a257d622f74 (diff) | |
download | mtk-20170518-c69ffda546522ae67544ad717a45abbc2ca3527f.zip mtk-20170518-c69ffda546522ae67544ad717a45abbc2ca3527f.tar.gz mtk-20170518-c69ffda546522ae67544ad717a45abbc2ca3527f.tar.bz2 |
ramips: clean up and refresh kernel patches
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 48070
Diffstat (limited to 'target/linux/ramips/patches-4.3/0005-MIPS-use-set_mode-to-enable-disable-the-cevt-r4k-irq.patch')
-rw-r--r-- | target/linux/ramips/patches-4.3/0005-MIPS-use-set_mode-to-enable-disable-the-cevt-r4k-irq.patch | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/target/linux/ramips/patches-4.3/0005-MIPS-use-set_mode-to-enable-disable-the-cevt-r4k-irq.patch b/target/linux/ramips/patches-4.3/0005-MIPS-use-set_mode-to-enable-disable-the-cevt-r4k-irq.patch index fe918e6..248357a 100644 --- a/target/linux/ramips/patches-4.3/0005-MIPS-use-set_mode-to-enable-disable-the-cevt-r4k-irq.patch +++ b/target/linux/ramips/patches-4.3/0005-MIPS-use-set_mode-to-enable-disable-the-cevt-r4k-irq.patch @@ -9,8 +9,6 @@ Signed-off-by: John Crispin <blogic@openwrt.org> arch/mips/ralink/Kconfig | 5 +++++ 1 file changed, 5 insertions(+) -diff --git a/arch/mips/ralink/Kconfig b/arch/mips/ralink/Kconfig -index d078e61..c2778f2 100644 --- a/arch/mips/ralink/Kconfig +++ b/arch/mips/ralink/Kconfig @@ -1,11 +1,16 @@ @@ -59,7 +57,7 @@ index d078e61..c2778f2 100644 static int mips_next_event(unsigned long delta, struct clock_event_device *evt) { -@@ -208,18 +228,21 @@ +@@ -208,18 +228,21 @@ int r4k_clockevent_init(void) cd->rating = 300; cd->irq = irq; cd->cpumask = cpumask_of(cpu); @@ -82,7 +80,3 @@ index d078e61..c2778f2 100644 return 0; } --- -1.7.10.4 - - |