|
@@ -18,7 +18,7 @@ Signed-off-by: Phil Elwell <[email protected]>
|
|
|
#include <linux/personality.h>
|
|
|
#include <linux/preempt.h>
|
|
|
#include <linux/printk.h>
|
|
|
-@@ -137,6 +138,10 @@ static int c_show(struct seq_file *m, vo
|
|
|
+@@ -140,6 +141,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 <[email protected]>
|
|
|
|
|
|
for_each_online_cpu(i) {
|
|
|
struct cpuinfo_arm64 *cpuinfo = &per_cpu(cpu_data, i);
|
|
|
-@@ -197,6 +202,26 @@ static int c_show(struct seq_file *m, vo
|
|
|
+@@ -200,6 +205,26 @@ static int c_show(struct seq_file *m, vo
|
|
|
seq_printf(m, "CPU revision\t: %d\n\n", MIDR_REVISION(midr));
|
|
|
}
|
|
|
|