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>
This commit is contained in:
@@ -22,7 +22,7 @@ static void __init check_bugs(void)
|
|||||||
current_cpu_data.loops_per_jiffy = loops_per_jiffy;
|
current_cpu_data.loops_per_jiffy = loops_per_jiffy;
|
||||||
|
|
||||||
switch (current_cpu_data.type) {
|
switch (current_cpu_data.type) {
|
||||||
case CPU_SH7604 ... CPU_SH7619:
|
case CPU_SH7619:
|
||||||
*p++ = '2';
|
*p++ = '2';
|
||||||
break;
|
break;
|
||||||
case CPU_SH7206:
|
case CPU_SH7206:
|
||||||
|
Reference in New Issue
Block a user