]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - arch/mips/kernel/proc.c
[MIPS] MT: Scheduler support for SMT
[linux-2.6-omap-h63xx.git] / arch / mips / kernel / proc.c
index 6e6e947cce1efe6fac56d54f1a795a6ac9ad7b03..34dd22838fdb57677271053ebfa905b5ffa7b40f 100644 (file)
@@ -62,6 +62,7 @@ static int show_cpuinfo(struct seq_file *m, void *v)
                );
        seq_printf(m, "shadow register sets\t: %d\n",
                       cpu_data[n].srsets);
+       seq_printf(m, "core\t\t\t: %d\n", cpu_data[n].core);
 
        sprintf(fmt, "VCE%%c exceptions\t\t: %s\n",
                cpu_has_vce ? "%u" : "not available");