mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-11 12:28:41 +08:00
sh: Handle SH7366 CPU in check_bugs().
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
This commit is contained in:
parent
ecc14e8cf7
commit
829c773da5
@ -39,7 +39,7 @@ static void __init check_bugs(void)
|
|||||||
*p++ = '4';
|
*p++ = '4';
|
||||||
*p++ = 'a';
|
*p++ = 'a';
|
||||||
break;
|
break;
|
||||||
case CPU_SH7343 ... CPU_SH7722:
|
case CPU_SH7343 ... CPU_SH7366:
|
||||||
*p++ = '4';
|
*p++ = '4';
|
||||||
*p++ = 'a';
|
*p++ = 'a';
|
||||||
*p++ = 'l';
|
*p++ = 'l';
|
||||||
|
Loading…
Reference in New Issue
Block a user