projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ecc14e8
)
sh: Handle SH7366 CPU in check_bugs().
author
Paul Mundt
<lethal@linux-sh.org>
Tue, 12 Feb 2008 07:48:16 +0000
(16:48 +0900)
committer
Paul Mundt
<lethal@linux-sh.org>
Thu, 14 Feb 2008 05:22:10 +0000
(14:22 +0900)
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 def8128b8b78dd1f559f19313a32d64c3b6b541a..cfda7d5bf0262544ae61e2437b5ed7f297518d9e 100644
(file)
--- a/
include/asm-sh/bugs.h
+++ b/
include/asm-sh/bugs.h
@@
-39,7
+39,7
@@
static void __init check_bugs(void)
*p++ = '4';
*p++ = 'a';
break;
- case CPU_SH7343 ... CPU_SH7
722
:
+ case CPU_SH7343 ... CPU_SH7
366
:
*p++ = '4';
*p++ = 'a';
*p++ = 'l';