kernel: bump 4.19 to 4.19.65
[openwrt/staging/dedeckeh.git] / target / linux / generic / pending-4.19 / 220-optimize_inlining.patch
index c493742eeeaa808711f49a6da3df3b0d86d17af4..1cb0a1d485dae8fd27f3924537ab73ab0609e462 100644 (file)
@@ -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
-@@ -365,7 +365,7 @@ static inline bool cpu_have_feature(unsi
+@@ -366,7 +366,7 @@ static inline bool cpu_have_feature(unsi
  }
  
  /* System capability check for constant caps */
@@ -20,7 +20,7 @@
  {
        if (num >= ARM64_NCAPS)
                return false;
-@@ -379,7 +379,7 @@ static inline bool cpus_have_cap(unsigne
+@@ -380,7 +380,7 @@ static inline bool cpus_have_cap(unsigne
        return test_bit(num, cpu_hwcaps);
  }