summaryrefslogtreecommitdiffstats
path: root/arch/mips/kernel/proc.c
diff options
context:
space:
mode:
authorRalf Baechle2007-03-02 21:42:04 +0100
committerRalf Baechle2008-01-29 11:14:57 +0100
commit0ab7aefc4d43a6dee26c891b41ef9c7a67d2379b (patch)
tree4a627b7079979ad43b08cef297b2a6eb78d0a78e /arch/mips/kernel/proc.c
parent[MIPS] tlbex.c: cleanup debug code (diff)
downloadkernel-qcow2-linux-0ab7aefc4d43a6dee26c891b41ef9c7a67d2379b.tar.gz
kernel-qcow2-linux-0ab7aefc4d43a6dee26c891b41ef9c7a67d2379b.tar.xz
kernel-qcow2-linux-0ab7aefc4d43a6dee26c891b41ef9c7a67d2379b.zip
[MIPS] MT: Scheduler support for SMT
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/kernel/proc.c')
-rw-r--r--arch/mips/kernel/proc.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/mips/kernel/proc.c b/arch/mips/kernel/proc.c
index 6e6e947cce1e..34dd22838fdb 100644
--- a/arch/mips/kernel/proc.c
+++ b/arch/mips/kernel/proc.c
@@ -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");