diff options
author | Paul Mundt <lethal@linux-sh.org> | 2006-11-20 00:14:29 -0500 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2006-12-05 20:45:37 -0500 |
commit | b552c7e8bceae8a04ae79ecee6fa369c1ba4f8e4 (patch) | |
tree | fbc4983bd9cda6a466c1823256296c89ed20b104 /include/asm-sh | |
parent | 9a7ef6d59f9d4780ff5bc9c4d05266b52dcb9211 (diff) |
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')
-rw-r--r-- | include/asm-sh/bugs.h | 2 | ||||
-rw-r--r-- | include/asm-sh/processor.h | 3 |
2 files changed, 4 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) | |||
36 | case CPU_SH7750 ... CPU_SH4_501: | 36 | case CPU_SH7750 ... CPU_SH4_501: |
37 | *p++ = '4'; | 37 | *p++ = '4'; |
38 | break; | 38 | break; |
39 | case CPU_SH7770 ... CPU_SH7781: | 39 | case CPU_SH7770 ... CPU_SH7785: |
40 | *p++ = '4'; | 40 | *p++ = '4'; |
41 | *p++ = 'a'; | 41 | *p++ = 'a'; |
42 | break; | 42 | break; |
diff --git a/include/asm-sh/processor.h b/include/asm-sh/processor.h index 29a56c505ae5..da22ac30c75f 100644 --- a/include/asm-sh/processor.h +++ b/include/asm-sh/processor.h | |||
@@ -50,7 +50,10 @@ enum cpu_type { | |||
50 | /* SH-4 types */ | 50 | /* SH-4 types */ |
51 | CPU_SH7750, CPU_SH7750S, CPU_SH7750R, CPU_SH7751, CPU_SH7751R, | 51 | CPU_SH7750, CPU_SH7750S, CPU_SH7750R, CPU_SH7751, CPU_SH7751R, |
52 | CPU_SH7760, CPU_ST40RA, CPU_ST40GX1, CPU_SH4_202, CPU_SH4_501, | 52 | CPU_SH7760, CPU_ST40RA, CPU_ST40GX1, CPU_SH4_202, CPU_SH4_501, |
53 | |||
54 | /* SH-4A types */ | ||
53 | CPU_SH73180, CPU_SH7343, CPU_SH7770, CPU_SH7780, CPU_SH7781, | 55 | CPU_SH73180, CPU_SH7343, CPU_SH7770, CPU_SH7780, CPU_SH7781, |
56 | CPU_SH7785, | ||
54 | 57 | ||
55 | /* Unknown subtype */ | 58 | /* Unknown subtype */ |
56 | CPU_SH_NONE | 59 | CPU_SH_NONE |