diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2020-09-27 16:23:25 +0200 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2020-09-28 00:36:22 +0200 |
commit | 1da8cc1bbc251ad68cad01456e427d97f9c61cbd (patch) | |
tree | 25497fc3d67e8aa33948c841411f5eaaef763fe0 /target/linux/brcm47xx/patches-4.14/159-cpu_fixes.patch | |
parent | 1238a22316ea5f71e77691f0557297340bc72d2f (diff) | |
download | upstream-1da8cc1bbc251ad68cad01456e427d97f9c61cbd.tar.gz upstream-1da8cc1bbc251ad68cad01456e427d97f9c61cbd.tar.bz2 upstream-1da8cc1bbc251ad68cad01456e427d97f9c61cbd.zip |
kernel: Update kernel 4.14 to version 4.14.199
Compile and runtime tested on x86/64
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Diffstat (limited to 'target/linux/brcm47xx/patches-4.14/159-cpu_fixes.patch')
-rw-r--r-- | target/linux/brcm47xx/patches-4.14/159-cpu_fixes.patch | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/target/linux/brcm47xx/patches-4.14/159-cpu_fixes.patch b/target/linux/brcm47xx/patches-4.14/159-cpu_fixes.patch index e015610269..7f7d27e905 100644 --- a/target/linux/brcm47xx/patches-4.14/159-cpu_fixes.patch +++ b/target/linux/brcm47xx/patches-4.14/159-cpu_fixes.patch @@ -406,7 +406,7 @@ if (!cpu_has_ic_fills_f_dc) { if (dc_lsize) vaddr ? flush_dcache_line(addr & ~(dc_lsize - 1)) -@@ -1880,6 +1894,17 @@ static void coherency_setup(void) +@@ -1884,6 +1898,17 @@ static void coherency_setup(void) * silly idea of putting something else there ... */ switch (current_cpu_type()) { @@ -424,7 +424,7 @@ case CPU_R4000PC: case CPU_R4000SC: case CPU_R4000MC: -@@ -1926,6 +1951,15 @@ void r4k_cache_init(void) +@@ -1930,6 +1955,15 @@ void r4k_cache_init(void) extern void build_copy_page(void); struct cpuinfo_mips *c = ¤t_cpu_data; @@ -440,7 +440,7 @@ probe_pcache(); probe_vcache(); setup_scache(); -@@ -2004,7 +2038,15 @@ void r4k_cache_init(void) +@@ -2008,7 +2042,15 @@ void r4k_cache_init(void) */ local_r4k___flush_cache_all(NULL); |