commit | 7d740a066fb9c6681c2898c7977209725c9e552f | [log] [tgz] |
---|---|---|
author | Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com> | Mon Jan 07 14:40:07 2008 +0900 |
committer | Paul Mundt <lethal@linux-sh.org> | Mon Jan 28 13:19:02 2008 +0900 |
tree | 1e883b36c1aa05b5bf509500fec743d676042bed | |
parent | 0465b9fb5f6b57f00a6f5bf2169e30e8f3c7d66c [diff] [blame] |
sh: Add support for SH7763 CPU subtype. Signed-off-by: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com> Signed-off-by: Paul Mundt <lethal@linux-sh.org>
diff --git a/include/asm-sh/bugs.h b/include/asm-sh/bugs.h index 9ce67fd..def8128 100644 --- a/include/asm-sh/bugs.h +++ b/include/asm-sh/bugs.h
@@ -35,7 +35,7 @@ case CPU_SH7750 ... CPU_SH4_501: *p++ = '4'; break; - case CPU_SH7770 ... CPU_SHX3: + case CPU_SH7763 ... CPU_SHX3: *p++ = '4'; *p++ = 'a'; break;