diff options
author | Paul Mundt <lethal@linux-sh.org> | 2007-11-20 04:29:00 -0500 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2008-01-27 23:18:50 -0500 |
commit | c2672f62e734292bca4ce4ab5e89c7e04ecb70dc (patch) | |
tree | 393c245cdefb011354c11ca6c7cd5599eb7aa0fd | |
parent | d1839136098e281ece46520200599ef94edca612 (diff) |
sh: Add the SH-5 cpu type symbolic names.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
-rw-r--r-- | arch/sh/kernel/setup.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/arch/sh/kernel/setup.c b/arch/sh/kernel/setup.c index 4156aac8c27d..1ec40091a4e8 100644 --- a/arch/sh/kernel/setup.c +++ b/arch/sh/kernel/setup.c | |||
@@ -307,7 +307,9 @@ static const char *cpu_name[] = { | |||
307 | [CPU_SH7770] = "SH7770", [CPU_SH7780] = "SH7780", | 307 | [CPU_SH7770] = "SH7770", [CPU_SH7780] = "SH7780", |
308 | [CPU_SH7781] = "SH7781", [CPU_SH7343] = "SH7343", | 308 | [CPU_SH7781] = "SH7781", [CPU_SH7343] = "SH7343", |
309 | [CPU_SH7785] = "SH7785", [CPU_SH7722] = "SH7722", | 309 | [CPU_SH7785] = "SH7785", [CPU_SH7722] = "SH7722", |
310 | [CPU_SHX3] = "SH-X3", [CPU_SH_NONE] = "Unknown" | 310 | [CPU_SHX3] = "SH-X3", |
311 | [CPU_SH5_101] = "SH5-101", [CPU_SH5_103] = "SH5-103", | ||
312 | [CPU_SH_NONE] = "Unknown" | ||
311 | }; | 313 | }; |
312 | 314 | ||
313 | const char *get_cpu_subtype(struct sh_cpuinfo *c) | 315 | const char *get_cpu_subtype(struct sh_cpuinfo *c) |