From 5e3d188e89d719c8949f4f16321d82cc63ca8529 Mon Sep 17 00:00:00 2001 From: Hauke Mehrtens Date: Fri, 31 Oct 2014 23:32:22 +0000 Subject: kernel: add patch header and missing part in 132-mips_inline_dma_ops.patch again The select SYS_HAS_DMA_OPS in CPU_CAVIUM_OCTEON was from the kernel patch in 3.13, but it is only included in kernel 3.14 and not in 3.13 and 3.18, add it again. Thank you swalker for spotting this. Signed-off-by: Hauke Mehrtens SVN-Revision: 43134 --- .../generic/patches-3.14/063-mips_decompressor_memmove.patch | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'target/linux/generic/patches-3.14/063-mips_decompressor_memmove.patch') diff --git a/target/linux/generic/patches-3.14/063-mips_decompressor_memmove.patch b/target/linux/generic/patches-3.14/063-mips_decompressor_memmove.patch index 501e11a..d215b80 100644 --- a/target/linux/generic/patches-3.14/063-mips_decompressor_memmove.patch +++ b/target/linux/generic/patches-3.14/063-mips_decompressor_memmove.patch @@ -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; } -- cgit v1.1