kernel: bump 4.19 to 4.19.79
[openwrt/staging/rmilecki.git] / target / linux / brcm2708 / patches-4.19 / 950-0777-arch-arm64-Add-Revision-Serial-Model-to-cpuinfo.patch
index fec15a9ce7b6fea810735c6bfe0c424e691246b1..6ec99e3529b8dddaa63f32c3a1120d3c4e4cdcb9 100644 (file)
@@ -18,7 +18,7 @@ Signed-off-by: Phil Elwell <phil@raspberrypi.org>
  #include <linux/personality.h>
  #include <linux/preempt.h>
  #include <linux/printk.h>
-@@ -125,6 +126,10 @@ static int c_show(struct seq_file *m, vo
+@@ -126,6 +127,10 @@ static int c_show(struct seq_file *m, vo
  {
        int i, j;
        bool compat = personality(current->personality) == PER_LINUX32;
@@ -29,7 +29,7 @@ Signed-off-by: Phil Elwell <phil@raspberrypi.org>
  
        for_each_online_cpu(i) {
                struct cpuinfo_arm64 *cpuinfo = &per_cpu(cpu_data, i);
-@@ -176,6 +181,26 @@ static int c_show(struct seq_file *m, vo
+@@ -177,6 +182,26 @@ static int c_show(struct seq_file *m, vo
                seq_printf(m, "CPU revision\t: %d\n\n", MIDR_REVISION(midr));
        }