projects
/
platform
/
adaptation
/
renesas_rcar
/
renesas_kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
711be60
)
sh: Compile fix for SH7604 removal.
author
Paul Mundt
<lethal@linux-sh.org>
Mon, 11 Jun 2007 01:18:45 +0000
(10:18 +0900)
committer
Paul 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
patch
|
blob
|
history
diff --git
a/include/asm-sh/bugs.h
b/include/asm-sh/bugs.h
index
5a117ec
..
efc8fd3
100644
(file)
--- 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_SH76
04 ... CPU_SH76
19:
+ case CPU_SH7619:
*p++ = '2';
break;
case CPU_SH7206: