commit | 2ad699080bbe3a88d17a1ff11e5575b76850174f | [log] [tgz] |
---|---|---|
author | Paul Mundt <lethal@linux-sh.org> | Thu Mar 13 12:52:44 2008 +0900 |
committer | Paul Mundt <lethal@linux-sh.org> | Fri Apr 18 09:50:01 2008 -0700 |
tree | 924b90ab51db68d1bbdc1d12780dd0eaed3dff0a | |
parent | b9e393c2babb8b6956de52fc580b7c23f3629232 [diff] [blame] |
sh: Initial support for the MX-G CPU. Signed-off-by: Paul Mundt <lethal@linux-sh.org>
diff --git a/arch/sh/kernel/setup.c b/arch/sh/kernel/setup.c index 23bc707..0ee7768 100644 --- a/arch/sh/kernel/setup.c +++ b/arch/sh/kernel/setup.c
@@ -335,6 +335,7 @@ [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" };