| To: | linux-mips@linux-mips.org |
|---|---|
| Subject: | [PATCH] make cpu_probe recognize Loongson2 |
| From: | tiansm@lemote.com |
| Date: | Wed, 6 Jun 2007 12:42:37 +0800 |
| Cc: | Fuxin Zhang <zhangfx@lemote.com> |
| In-reply-to: | <11811049622818-git-send-email-tiansm@lemote.com> |
| Original-recipient: | rfc822;linux-mips@linux-mips.org |
| References: | <11811049622818-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/cpu-probe.c | 8 ++++++++
1 files changed, 8 insertions(+), 0 deletions(-)
diff --git a/arch/mips/kernel/cpu-probe.c b/arch/mips/kernel/cpu-probe.c
index ab755ea..c9e3637 100644
--- a/arch/mips/kernel/cpu-probe.c
+++ b/arch/mips/kernel/cpu-probe.c
@@ -464,6 +464,14 @@ static inline void cpu_probe_legacy(struct cpuinfo_mips *c)
MIPS_CPU_LLSC;
c->tlbsize = 64;
break;
+ case PRID_IMP_LOONGSON2:
+ c->cputype = CPU_LOONGSON2;
+ c->isa_level = MIPS_CPU_ISA_III;
+ c->options = R4K_OPTS |
+ MIPS_CPU_FPU | MIPS_CPU_LLSC |
+ MIPS_CPU_32FPR;
+ c->tlbsize = 64;
+ break;
}
}
--
1.5.2.1
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | [PATCH] new files for lemote fulong mini-PC support, tiansm |
|---|---|
| Next by Date: | [PATCH] add Loongson support to /proc/cpuinfo, tiansm |
| Previous by Thread: | [PATCH] new files for lemote fulong mini-PC support, tiansm |
| Next by Thread: | [PATCH] add Loongson support to /proc/cpuinfo, tiansm |
| Indexes: | [Date] [Thread] [Top] [All Lists] |