diff options
author | Paul Mundt | 2006-11-20 06:14:29 +0100 |
---|---|---|
committer | Paul Mundt | 2006-12-06 02:45:37 +0100 |
commit | b552c7e8bceae8a04ae79ecee6fa369c1ba4f8e4 (patch) | |
tree | fbc4983bd9cda6a466c1823256296c89ed20b104 /include/asm-sh/bugs.h | |
parent | sh: Drop CPU subtype IRQ headers. (diff) | |
download | kernel-qcow2-linux-b552c7e8bceae8a04ae79ecee6fa369c1ba4f8e4.tar.gz kernel-qcow2-linux-b552c7e8bceae8a04ae79ecee6fa369c1ba4f8e4.tar.xz kernel-qcow2-linux-b552c7e8bceae8a04ae79ecee6fa369c1ba4f8e4.zip |
sh: Hook SH7785 in to the build system.
Simple 7785 placeholders to start hooking up other bits of code.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'include/asm-sh/bugs.h')
-rw-r--r-- | include/asm-sh/bugs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-sh/bugs.h b/include/asm-sh/bugs.h index 51cc9e38d16a..795047da5e17 100644 --- a/include/asm-sh/bugs.h +++ b/include/asm-sh/bugs.h @@ -36,7 +36,7 @@ static void __init check_bugs(void) case CPU_SH7750 ... CPU_SH4_501: *p++ = '4'; break; - case CPU_SH7770 ... CPU_SH7781: + case CPU_SH7770 ... CPU_SH7785: *p++ = '4'; *p++ = 'a'; break; |