projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.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
|
blame
|
history
diff --git
a/include/asm-sh/bugs.h
b/include/asm-sh/bugs.h
index 5a117ec43c77b165e31b29ac269697136b1f2a05..efc8fd3e1fad9adcf666f188b3d0e09a11dd7908 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: