summaryrefslogtreecommitdiffstats
path: root/arch/mips64
diff options
context:
space:
mode:
authorKanoj Sarcar <kanoj@engr.sgi.com>2001-02-27 18:53:52 +0000
committerKanoj Sarcar <kanoj@engr.sgi.com>2001-02-27 18:53:52 +0000
commit0e9ad0e05f2563d015e2d409fef068f26b665429 (patch)
tree35a64f68978ee86a80a92b20968c48e09bc4b455 /arch/mips64
parentd709bd73a451d061f164406f76f8912e679dae02 (diff)
Basic boot support for R12000. This does not mean R12000 is fully
supported in the mips64 port.
Diffstat (limited to 'arch/mips64')
-rw-r--r--arch/mips64/kernel/setup.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/mips64/kernel/setup.c b/arch/mips64/kernel/setup.c
index 077a63034..74511142b 100644
--- a/arch/mips64/kernel/setup.c
+++ b/arch/mips64/kernel/setup.c
@@ -135,6 +135,7 @@ static inline void cpu_probe(void)
mips_cputype = CPU_R8000;
break;
case PRID_IMP_R10000:
+ case PRID_IMP_R12000:
mips_cputype = CPU_R10000;
break;
default: