Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 8f43dfd8 authored by Matthew Qin's avatar Matthew Qin Committed by Matt Wagantall
Browse files

msm: soc: add Processor in cpu info



Add 'Processor' info back to cpuinfo so that new kernel revision
could be compatible with old userspace apps.

Change-Id: I1b68c4f5eada85e2435ba62ecb9ba728152e7f48
Signed-off-by: default avatarMatthew Qin <yqin@codeaurora.org>
parent 82a4838c
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -1087,6 +1087,8 @@ static int c_show(struct seq_file *m, void *v)
	seq_printf(m, "Revision\t: %04x\n", system_rev);
	seq_printf(m, "Serial\t\t: %08x%08x\n",
		   system_serial_high, system_serial_low);
	seq_printf(m, "Processor\t: %s rev %d (%s)\n",
		   cpu_name, read_cpuid_id() & 15, elf_platform);

	return 0;
}