kernel: bump 4.19 to 4.19.79
[openwrt/staging/rmilecki.git] / target / linux / generic / pending-4.19 / 309-MIPS-Add-CPU-option-reporting-to-proc-cpuinfo.patch
index 303654a60ad8cc278043372701042ba5f48956cb..e4075a24bdde36387ae592997e8d6fb15d49880e 100644 (file)
@@ -17,7 +17,7 @@ Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
 
 --- a/arch/mips/kernel/proc.c
 +++ b/arch/mips/kernel/proc.c
-@@ -130,6 +130,122 @@ static int show_cpuinfo(struct seq_file
+@@ -134,6 +134,122 @@ static int show_cpuinfo(struct seq_file
                seq_printf(m, "micromips kernel\t: %s\n",
                      (read_c0_config3() & MIPS_CONF3_ISA_OE) ?  "yes" : "no");
        }