aboutsummaryrefslogtreecommitdiff
path: root/include/asm-sh
diff options
context:
space:
mode:
authorPaul Mundt <lethal@linux-sh.org>2007-06-11 10:18:45 +0900
committerPaul Mundt <lethal@linux-sh.org>2007-06-11 10:18:45 +0900
commit14bea95b84a3eedfe9e12f576d5f9f63f0f1b6ff (patch)
treec1a8896535c40f64abc01f4543d3135edab9b223 /include/asm-sh
parent711be60522829beb82807de2867e56513934ebec (diff)
sh: Compile fix for SH7604 removal.
There was a last remaining reference to CPU_SH7604 that broke the build, kill that off too. Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'include/asm-sh')
-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 5a117ec43c7..efc8fd3e1fa 100644
--- a/include/asm-sh/bugs.h
+++ b/include/asm-sh/bugs.h
@@ -22,7 +22,7 @@ static void __init check_bugs(void)
current_cpu_data.loops_per_jiffy = loops_per_jiffy;
switch (current_cpu_data.type) {
- case CPU_SH7604 ... CPU_SH7619:
+ case CPU_SH7619:
*p++ = '2';
break;
case CPU_SH7206: