| To: | linux-mips@linux-mips.org |
|---|---|
| Subject: | [PATCH 11/16] add Loongson support to /proc/cpuinfo |
| From: | tiansm@lemote.com |
| Date: | Sun, 15 Apr 2007 23:26:00 +0800 |
| Cc: | Fuxin Zhang <zhangfx@lemote.com> |
| In-reply-to: | <11766507663301-git-send-email-tiansm@lemote.com> |
| Original-recipient: | rfc822;linux-mips@linux-mips.org |
| References: | <11766507651736-git-send-email-tiansm@lemote.com> <11766507661317-git-send-email-tiansm@lemote.com> <11766507661726-git-send-email-tiansm@lemote.com> <11766507662638-git-send-email-tiansm@lemote.com> <11766507661133-git-send-email-tiansm@lemote.com> <11766507661526-git-send-email-tiansm@lemote.com> <11766507662650-git-send-email-tiansm@lemote.com> <11766507661684-git-send-email-tiansm@lemote.com> <117665076617-git-send-email-tiansm@lemote.com> <1176650766907-git-send-email-tiansm@lemote.com> <11766507663301-git-send-email-tiansm@lemote.com> |
| Sender: | linux-mips-bounce@linux-mips.org |
From: Fuxin Zhang <zhangfx@lemote.com>
Signed-off-by: Fuxin Zhang <zhangfx@lemote.com>
---
arch/mips/kernel/proc.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/arch/mips/kernel/proc.c b/arch/mips/kernel/proc.c
index 5ddc2e9..e915117 100644
--- a/arch/mips/kernel/proc.c
+++ b/arch/mips/kernel/proc.c
@@ -84,6 +84,7 @@ static const char *cpu_name[] = {
[CPU_VR4181A] = "NEC VR4181A",
[CPU_SR71000] = "Sandcraft SR71000",
[CPU_PR4450] = "Philips PR4450",
+ [CPU_LOONGSON2] = "ICT Loongson-2",
};
--
1.4.4.1
|
| Previous by Date: | [PATCH 2/16] arch related Makefile update for lemote fulong mini-PC, tiansm |
|---|---|
| Next by Date: | [PATCH 5/16] add MACH_GROUP_LEMOTE & MACH_LEMOTE_FULONG, tiansm |
| Previous by Thread: | [PATCH 10/16] make cpu_probe recognize Loongson2, tiansm |
| Next by Thread: | [PATCH 12/16] cheat for support of more than 256MB memory, tiansm |
| Indexes: | [Date] [Thread] [Top] [All Lists] |