diff options
author | Steven J. Hill <sjhill@mips.com> | 2012-06-26 00:11:03 -0400 |
---|---|---|
committer | Steven J. Hill <sjhill@mips.com> | 2012-09-13 16:21:47 -0400 |
commit | 006a851b10a395955c153a145ad8241494d43688 (patch) | |
tree | e636786a07cf84b2e587c5403564465a9d5e8fd4 /arch/mips/kernel | |
parent | fea7a08acb13524b47711625eebea40a0ede69a0 (diff) |
MIPS: Add support for the 1074K core.
Signed-off-by: Steven J. Hill <sjhill@mips.com>
Diffstat (limited to 'arch/mips/kernel')
-rw-r--r-- | arch/mips/kernel/cpu-probe.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/mips/kernel/cpu-probe.c b/arch/mips/kernel/cpu-probe.c index 1b51046191e8..ed3eaf6409b4 100644 --- a/arch/mips/kernel/cpu-probe.c +++ b/arch/mips/kernel/cpu-probe.c | |||
@@ -857,6 +857,10 @@ static inline void cpu_probe_mips(struct cpuinfo_mips *c, unsigned int cpu) | |||
857 | c->cputype = CPU_1004K; | 857 | c->cputype = CPU_1004K; |
858 | __cpu_name[cpu] = "MIPS 1004Kc"; | 858 | __cpu_name[cpu] = "MIPS 1004Kc"; |
859 | break; | 859 | break; |
860 | case PRID_IMP_1074K: | ||
861 | c->cputype = CPU_74K; | ||
862 | __cpu_name[cpu] = "MIPS 1074Kc"; | ||
863 | break; | ||
860 | } | 864 | } |
861 | 865 | ||
862 | spram_config(); | 866 | spram_config(); |