diff options
author | Paul Mundt <lethal@linux-sh.org> | 2008-03-13 04:52:44 +0100 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2008-04-18 18:50:01 +0200 |
commit | 2ad699080bbe3a88d17a1ff11e5575b76850174f (patch) | |
tree | 924b90ab51db68d1bbdc1d12780dd0eaed3dff0a /arch/sh/kernel/setup.c | |
parent | sh: Create an sh debugfs root. (diff) | |
download | linux-2ad699080bbe3a88d17a1ff11e5575b76850174f.tar.xz linux-2ad699080bbe3a88d17a1ff11e5575b76850174f.zip |
sh: Initial support for the MX-G CPU.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/kernel/setup.c')
-rw-r--r-- | arch/sh/kernel/setup.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/sh/kernel/setup.c b/arch/sh/kernel/setup.c index 23bc707c2b03..0ee776888c65 100644 --- a/arch/sh/kernel/setup.c +++ b/arch/sh/kernel/setup.c @@ -335,6 +335,7 @@ static const char *cpu_name[] = { [CPU_SH7343] = "SH7343", [CPU_SH7785] = "SH7785", [CPU_SH7722] = "SH7722", [CPU_SHX3] = "SH-X3", [CPU_SH5_101] = "SH5-101", [CPU_SH5_103] = "SH5-103", + [CPU_MXG] = "MX-G", [CPU_SH7366] = "SH7366", [CPU_SH_NONE] = "Unknown" }; |