Commit 829c773d authored by Paul Mundt's avatar Paul Mundt

sh: Handle SH7366 CPU in check_bugs().

Signed-off-by: default avatarPaul Mundt <lethal@linux-sh.org>
parent ecc14e8c
......@@ -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';
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment