diff options
author | Koen Vandeputte <koen.vandeputte@ncentric.com> | 2019-10-30 12:54:43 +0100 |
---|---|---|
committer | Koen Vandeputte <koen.vandeputte@ncentric.com> | 2019-10-31 09:17:56 +0100 |
commit | 7f29dc0fda8f73eb0dec82f5d1470e9b4c63247f (patch) | |
tree | cfaf510ee23c4a50e7df93459895385da24972ea /target/linux/generic | |
parent | 2436e521b4ccc1c1fde5527604ef11bfcbbe5953 (diff) | |
download | upstream-7f29dc0fda8f73eb0dec82f5d1470e9b4c63247f.tar.gz upstream-7f29dc0fda8f73eb0dec82f5d1470e9b4c63247f.tar.bz2 upstream-7f29dc0fda8f73eb0dec82f5d1470e9b4c63247f.zip |
kernel: bump 4.14 to 4.14.151
Refreshed all patches.
Compile-tested on: ar71xx, cns3xxx, imx6, x86_64
Runtime-tested on: ar71xx, cns3xxx, imx6
Signed-off-by: Koen Vandeputte <koen.vandeputte@ncentric.com>
Diffstat (limited to 'target/linux/generic')
-rw-r--r-- | target/linux/generic/pending-4.14/220-optimize_inlining.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/generic/pending-4.14/220-optimize_inlining.patch b/target/linux/generic/pending-4.14/220-optimize_inlining.patch index ff2bed17f3..76aabf86db 100644 --- a/target/linux/generic/pending-4.14/220-optimize_inlining.patch +++ b/target/linux/generic/pending-4.14/220-optimize_inlining.patch @@ -11,7 +11,7 @@ early_print("no ATAGS support: can't continue\n"); --- a/arch/arm64/include/asm/cpufeature.h +++ b/arch/arm64/include/asm/cpufeature.h -@@ -126,7 +126,7 @@ static inline bool cpu_have_feature(unsi +@@ -347,7 +347,7 @@ static inline bool cpu_have_feature(unsi } /* System capability check for constant caps */ @@ -20,7 +20,7 @@ { if (num >= ARM64_NCAPS) return false; -@@ -140,7 +140,7 @@ static inline bool cpus_have_cap(unsigne +@@ -361,7 +361,7 @@ static inline bool cpus_have_cap(unsigne return test_bit(num, cpu_hwcaps); } |