]> bbs.cooldavid.org Git - net-next-2.6.git/commitdiff
sh: Compile fix for SH7604 removal.
authorPaul Mundt <lethal@linux-sh.org>
Mon, 11 Jun 2007 01:18:45 +0000 (10:18 +0900)
committerPaul Mundt <lethal@linux-sh.org>
Mon, 11 Jun 2007 01:18:45 +0000 (10:18 +0900)
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>
include/asm-sh/bugs.h

index 5a117ec43c77b165e31b29ac269697136b1f2a05..efc8fd3e1fad9adcf666f188b3d0e09a11dd7908 100644 (file)
@@ -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: