commit | 5b19c9081fbd0882c936ec087bf9055a20251dec | [log] [tgz] |
---|---|---|
author | Paul Mundt <lethal@linux-sh.org> | Wed Sep 27 14:31:40 2006 +0900 |
committer | Paul Mundt <lethal@linux-sh.org> | Wed Sep 27 14:31:40 2006 +0900 |
tree | 3bfb5779699b485fcf524ea34dd227e42f74ae78 | |
parent | 555ef1963029d19d2367acd09f6b9a6a0056f217 [diff] [blame] |
sh: Support for SH7770/SH7780 CPU subtypes. Merge support for SH7770 and SH7780 SH-4A subtypes. Signed-off-by: Paul Mundt <lethal@linux-sh.org>
diff --git a/include/asm-sh/bugs.h b/include/asm-sh/bugs.h index a6de3d0..b4000c8 100644 --- a/include/asm-sh/bugs.h +++ b/include/asm-sh/bugs.h
@@ -32,6 +32,10 @@ case CPU_SH7750 ... CPU_SH4_501: *p++ = '4'; break; + case CPU_SH7770 ... CPU_SH7781: + *p++ = '4'; + *p++ = 'a'; + break; default: *p++ = '?'; *p++ = '!';