diff options
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 fe918e6fd3..248357a8a9 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 - - |