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

Commit 5508d456 authored by Ralf Baechle's avatar Ralf Baechle
Browse files

Revert "MIPS: MT: proc: Add support for printing VPE and TC ids"

Reverts commit 795038a6 because
d6d3c9af provides the same functionality
in a more generic way.  Both patches applied however means that the
VPE and TC IDs get printed twice currently.
parent d6d211db
Loading
Loading
Loading
Loading
+1 −8
Original line number Original line Diff line number Diff line
@@ -124,14 +124,7 @@ static int show_cpuinfo(struct seq_file *m, void *v)
	seq_printf(m, "kscratch registers\t: %d\n",
	seq_printf(m, "kscratch registers\t: %d\n",
		      hweight8(cpu_data[n].kscratch_mask));
		      hweight8(cpu_data[n].kscratch_mask));
	seq_printf(m, "core\t\t\t: %d\n", cpu_data[n].core);
	seq_printf(m, "core\t\t\t: %d\n", cpu_data[n].core);
#if defined(CONFIG_MIPS_MT_SMP) || defined(CONFIG_MIPS_MT_SMTC)

	if (cpu_has_mipsmt) {
		seq_printf(m, "VPE\t\t\t: %d\n", cpu_data[n].vpe_id);
#if defined(CONFIG_MIPS_MT_SMTC)
		seq_printf(m, "TC\t\t\t: %d\n", cpu_data[n].tc_id);
#endif
	}
#endif
	sprintf(fmt, "VCE%%c exceptions\t\t: %s\n",
	sprintf(fmt, "VCE%%c exceptions\t\t: %s\n",
		      cpu_has_vce ? "%u" : "not available");
		      cpu_has_vce ? "%u" : "not available");
	seq_printf(m, fmt, 'D', vced_count);
	seq_printf(m, fmt, 'D', vced_count);