summaryrefslogtreecommitdiffstats
path: root/include/asm-sh/bugs.h
diff options
context:
space:
mode:
authorPaul Mundt2008-03-13 04:52:44 +0100
committerPaul Mundt2008-04-18 18:50:01 +0200
commit2ad699080bbe3a88d17a1ff11e5575b76850174f (patch)
tree924b90ab51db68d1bbdc1d12780dd0eaed3dff0a /include/asm-sh/bugs.h
parentsh: Create an sh debugfs root. (diff)
downloadkernel-qcow2-linux-2ad699080bbe3a88d17a1ff11e5575b76850174f.tar.gz
kernel-qcow2-linux-2ad699080bbe3a88d17a1ff11e5575b76850174f.tar.xz
kernel-qcow2-linux-2ad699080bbe3a88d17a1ff11e5575b76850174f.zip
sh: Initial support for the MX-G CPU.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'include/asm-sh/bugs.h')
-rw-r--r--include/asm-sh/bugs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-sh/bugs.h b/include/asm-sh/bugs.h
index cfda7d5bf026..121b2ecddfc3 100644
--- a/include/asm-sh/bugs.h
+++ b/include/asm-sh/bugs.h
@@ -25,7 +25,7 @@ static void __init check_bugs(void)
case CPU_SH7619:
*p++ = '2';
break;
- case CPU_SH7203 ... CPU_SH7263:
+ case CPU_SH7203 ... CPU_MXG:
*p++ = '2';
*p++ = 'a';
break;