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

Commit 19483c16 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "msm: soc: add Processor in cpu info"

parents 9bb4e785 24581e7f
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;
}