kernel: add patch header and missing part in 132-mips_inline_dma_ops.patch again
[openwrt/svn-archive/archive.git] / target / linux / generic / patches-3.14 / 063-mips_decompressor_memmove.patch
index 501e11ab47656f808ffdefefb823fb7be515efcd..d215b80ab2d2ef88acff9e0a30cda830ba6a0993 100644 (file)
@@ -1,8 +1,6 @@
-Index: linux-3.14.16/arch/mips/boot/compressed/string.c
-===================================================================
---- linux-3.14.16.orig/arch/mips/boot/compressed/string.c      2014-08-07 16:50:59.000000000 -0700
-+++ linux-3.14.16/arch/mips/boot/compressed/string.c   2014-10-23 16:42:01.015003995 -0700
-@@ -26,3 +26,19 @@
+--- a/arch/mips/boot/compressed/string.c
++++ b/arch/mips/boot/compressed/string.c
+@@ -26,3 +26,19 @@ void *memset(void *s, int c, size_t n)
                ss[i] = c;
        return s;
  }