commit | 0ab7aefc4d43a6dee26c891b41ef9c7a67d2379b | [log] [tgz] |
---|---|---|
author | Ralf Baechle <ralf@linux-mips.org> | Fri Mar 02 20:42:04 2007 +0000 |
committer | Ralf Baechle <ralf@linux-mips.org> | Tue Jan 29 10:14:57 2008 +0000 |
tree | 4a627b7079979ad43b08cef297b2a6eb78d0a78e | |
parent | 92b1e6a64a8d9d5ed3ec8797eed8b36e2164a410 [diff] [blame] |
[MIPS] MT: Scheduler support for SMT Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
diff --git a/arch/mips/kernel/proc.c b/arch/mips/kernel/proc.c index 6e6e947..34dd228 100644 --- a/arch/mips/kernel/proc.c +++ b/arch/mips/kernel/proc.c
@@ -62,6 +62,7 @@ ); 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");