blob: 98e5ab6aba5e18de85a08a9f6d4ceca2a61e9f1c [file] [log] [blame]
Index: linux-5.4.70/arch/arm64/kernel/cpuinfo.c
===================================================================
--- linux-5.4.70.orig/arch/arm64/kernel/cpuinfo.c
+++ linux-5.4.70/arch/arm64/kernel/cpuinfo.c
@@ -139,9 +139,8 @@ static int c_show(struct seq_file *m, vo
* "processor". Give glibc what it expects.
*/
seq_printf(m, "processor\t: %d\n", i);
- if (compat)
- seq_printf(m, "model name\t: ARMv8 Processor rev %d (%s)\n",
- MIDR_REVISION(midr), COMPAT_ELF_PLATFORM);
+ seq_printf(m, "model name\t: ARMv8 Processor rev %d (%s)\n",
+ MIDR_REVISION(midr), COMPAT_ELF_PLATFORM);
seq_printf(m, "BogoMIPS\t: %lu.%02lu\n",
loops_per_jiffy / (500000UL/HZ),