diff options
author | Paul Mundt <lethal@linux-sh.org> | 2008-04-09 17:56:18 +0900 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2008-04-18 09:50:07 -0700 |
commit | 178dd0cd28168287a0be6444a7eef8918b6c544e (patch) | |
tree | c866d61e2c0c744a4bb3ee940b8b4962ed87d369 /arch/sh/kernel/setup.c | |
parent | 47aa8f493f94c6f60ebc5aa70eec90cc83f499f3 (diff) | |
download | kernel_samsung_aries-178dd0cd28168287a0be6444a7eef8918b6c544e.zip kernel_samsung_aries-178dd0cd28168287a0be6444a7eef8918b6c544e.tar.gz kernel_samsung_aries-178dd0cd28168287a0be6444a7eef8918b6c544e.tar.bz2 |
sh: Add support for SH7723 CPU subtype.
This adds basic support for the SH7723 MobileR2 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 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/sh/kernel/setup.c b/arch/sh/kernel/setup.c index 0ee7768..284f66f 100644 --- a/arch/sh/kernel/setup.c +++ b/arch/sh/kernel/setup.c @@ -335,7 +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_MXG] = "MX-G", [CPU_SH7723] = "SH7723", [CPU_SH7366] = "SH7366", [CPU_SH_NONE] = "Unknown" }; |