| To: | linux-cvs-patches@linux-mips.org |
|---|---|
| Subject: | CVS Update@linux-mips.org: linux |
| From: | ralf@linux-mips.org |
| Date: | Mon, 22 Aug 2005 15:13:30 +0100 |
| Reply-to: | linux-mips@linux-mips.org |
| Sender: | linux-cvs-patches-bounce@linux-mips.org |
CVSROOT: /home/cvs
Module name: linux
Changes by: ralf@ftp.linux-mips.org 05/08/22 15:13:23
Modified files:
arch/mips/kernel: proc.c
Log message:
Display the multithreading extension as just "mt".
diff -urN linux/arch/mips/kernel/proc.c linux/arch/mips/kernel/proc.c
--- linux/arch/mips/kernel/proc.c 2005/08/16 16:39:15 1.60
+++ linux/arch/mips/kernel/proc.c 2005/08/22 14:13:23 1.61
@@ -127,7 +127,7 @@
cpu_has_mips3d ? " mips3d" : "",
cpu_has_smartmips ? " smartmips" : "",
cpu_has_dsp ? " dsp" : "",
- cpu_has_mipsmt ? " mipsmt" : ""
+ cpu_has_mipsmt ? " mt" : ""
);
sprintf(fmt, "VCE%%c exceptions\t\t: %s\n",
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | CVS Update@linux-mips.org: linux, ralf |
|---|---|
| Next by Date: | CVS Update@linux-mips.org: linux, ppopov |
| Previous by Thread: | CVS Update@linux-mips.org: linux, ralf |
| Next by Thread: | CVS Update@linux-mips.org: linux, ppopov |
| Indexes: | [Date] [Thread] [Top] [All Lists] |