From: Paul Mundt Date: Mon, 11 Jun 2007 01:18:45 +0000 (+0900) Subject: sh: Compile fix for SH7604 removal. X-Git-Tag: v2.6.23-rc1~785^2~34 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=14bea95b84a3eedfe9e12f576d5f9f63f0f1b6ff;p=karo-tx-linux.git 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 --- diff --git a/include/asm-sh/bugs.h b/include/asm-sh/bugs.h index 5a117ec43c77..efc8fd3e1fad 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: