From 098f187e7870684bfaaa53a1fdfc9682cc1e0dae Mon Sep 17 00:00:00 2001 From: Jonas Gorski Date: Fri, 14 Aug 2015 13:06:33 +0000 Subject: kernel: update 4.1 to 4.1.5 Changelog: * https://www.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.1.5 Signed-off-by: Jonas Gorski git-svn-id: svn://svn.openwrt.org/openwrt/trunk@46598 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- target/linux/brcm47xx/patches-4.1/159-cpu_fixes.patch | 18 +++++++++--------- .../linux/brcm47xx/patches-4.1/160-kmap_coherent.patch | 4 ++-- 2 files changed, 11 insertions(+), 11 deletions(-) (limited to 'target/linux/brcm47xx') diff --git a/target/linux/brcm47xx/patches-4.1/159-cpu_fixes.patch b/target/linux/brcm47xx/patches-4.1/159-cpu_fixes.patch index a80c8f4a1f..db847bde78 100644 --- a/target/linux/brcm47xx/patches-4.1/159-cpu_fixes.patch +++ b/target/linux/brcm47xx/patches-4.1/159-cpu_fixes.patch @@ -268,9 +268,9 @@ #endif --- a/arch/mips/mm/c-r4k.c +++ b/arch/mips/mm/c-r4k.c -@@ -38,6 +38,9 @@ - #include +@@ -39,6 +39,9 @@ #include + #include +/* For enabling BCM4710 cache workarounds */ +int bcm4710 = 0; @@ -278,7 +278,7 @@ /* * Special Variant of smp_call_function for use by cache functions: * -@@ -149,6 +152,9 @@ static void r4k_blast_dcache_user_page_s +@@ -157,6 +160,9 @@ static void r4k_blast_dcache_user_page_s { unsigned long dc_lsize = cpu_dcache_line_size(); @@ -288,7 +288,7 @@ if (dc_lsize == 0) r4k_blast_dcache_user_page = (void *)cache_noop; else if (dc_lsize == 16) -@@ -167,6 +173,9 @@ static void r4k_blast_dcache_page_indexe +@@ -175,6 +181,9 @@ static void r4k_blast_dcache_page_indexe { unsigned long dc_lsize = cpu_dcache_line_size(); @@ -298,7 +298,7 @@ if (dc_lsize == 0) r4k_blast_dcache_page_indexed = (void *)cache_noop; else if (dc_lsize == 16) -@@ -186,6 +195,9 @@ static void r4k_blast_dcache_setup(void) +@@ -194,6 +203,9 @@ static void r4k_blast_dcache_setup(void) { unsigned long dc_lsize = cpu_dcache_line_size(); @@ -308,7 +308,7 @@ if (dc_lsize == 0) r4k_blast_dcache = (void *)cache_noop; else if (dc_lsize == 16) -@@ -785,6 +797,8 @@ static void local_r4k_flush_cache_sigtra +@@ -793,6 +805,8 @@ static void local_r4k_flush_cache_sigtra unsigned long addr = (unsigned long) arg; R4600_HIT_CACHEOP_WAR_IMPL; @@ -317,7 +317,7 @@ if (dc_lsize) protected_writeback_dcache_line(addr & ~(dc_lsize - 1)); if (!cpu_icache_snoops_remote_store && scache_size) -@@ -1591,6 +1605,17 @@ static void coherency_setup(void) +@@ -1599,6 +1613,17 @@ static void coherency_setup(void) * silly idea of putting something else there ... */ switch (current_cpu_type()) { @@ -335,7 +335,7 @@ case CPU_R4000PC: case CPU_R4000SC: case CPU_R4000MC: -@@ -1637,6 +1662,15 @@ void r4k_cache_init(void) +@@ -1645,6 +1670,15 @@ void r4k_cache_init(void) extern void build_copy_page(void); struct cpuinfo_mips *c = ¤t_cpu_data; @@ -351,7 +351,7 @@ probe_pcache(); setup_scache(); -@@ -1706,7 +1740,15 @@ void r4k_cache_init(void) +@@ -1714,7 +1748,15 @@ void r4k_cache_init(void) */ local_r4k___flush_cache_all(NULL); diff --git a/target/linux/brcm47xx/patches-4.1/160-kmap_coherent.patch b/target/linux/brcm47xx/patches-4.1/160-kmap_coherent.patch index a78bfe85ff..2df8f0481b 100644 --- a/target/linux/brcm47xx/patches-4.1/160-kmap_coherent.patch +++ b/target/linux/brcm47xx/patches-4.1/160-kmap_coherent.patch @@ -21,7 +21,7 @@ #endif /* __ASM_MACH_BCM47XX_CPU_FEATURE_OVERRIDES_H */ --- a/arch/mips/mm/c-r4k.c +++ b/arch/mips/mm/c-r4k.c -@@ -592,7 +592,7 @@ static inline void local_r4k_flush_cache +@@ -600,7 +600,7 @@ static inline void local_r4k_flush_cache */ map_coherent = (cpu_has_dc_aliases && page_mapped(page) && !Page_dcache_dirty(page)); @@ -30,7 +30,7 @@ vaddr = kmap_coherent(page, addr); else vaddr = kmap_atomic(page); -@@ -617,7 +617,7 @@ static inline void local_r4k_flush_cache +@@ -625,7 +625,7 @@ static inline void local_r4k_flush_cache } if (vaddr) { -- cgit v1.2.3