mirror of
https://github.com/torvalds/linux.git
synced 2024-11-27 22:51:35 +00: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++ = 'a';
|
||||
break;
|
||||
case CPU_SH7343 ... CPU_SH7722:
|
||||
case CPU_SH7343 ... CPU_SH7366:
|
||||
*p++ = '4';
|
||||
*p++ = 'a';
|
||||
*p++ = 'l';
|
||||
|
Loading…
Reference in New Issue
Block a user