summaryrefslogtreecommitdiffstats
path: root/include/asm-sh/bugs.h
diff options
context:
space:
mode:
authorPaul Mundt2008-02-12 08:48:16 +0100
committerPaul Mundt2008-02-14 06:22:10 +0100
commit829c773da599285e2780dbaab5c795b7b498ef22 (patch)
tree538dc56cd612106ae4a38dca2d33f7a6bc05ce1b /include/asm-sh/bugs.h
parentsh: Symbol exports for trapped I/O. (diff)
downloadkernel-qcow2-linux-829c773da599285e2780dbaab5c795b7b498ef22.tar.gz
kernel-qcow2-linux-829c773da599285e2780dbaab5c795b7b498ef22.tar.xz
kernel-qcow2-linux-829c773da599285e2780dbaab5c795b7b498ef22.zip
sh: Handle SH7366 CPU in check_bugs().
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 def8128b8b78..cfda7d5bf026 100644
--- a/include/asm-sh/bugs.h
+++ b/include/asm-sh/bugs.h
@@ -39,7 +39,7 @@ static void __init check_bugs(void)
*p++ = '4';
*p++ = 'a';
break;
- case CPU_SH7343 ... CPU_SH7722:
+ case CPU_SH7343 ... CPU_SH7366:
*p++ = '4';
*p++ = 'a';
*p++ = 'l';