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

Commit 24581e7f authored by Matthew Qin's avatar Matthew Qin Committed by Gerrit - the friendly Code Review server
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 7e02cedd
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -949,6 +949,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;
}