提交 977c8fa4 编写于 作者: L Linus Torvalds
...@@ -380,7 +380,7 @@ static int __init ppro_init(char ** cpu_type) ...@@ -380,7 +380,7 @@ static int __init ppro_init(char ** cpu_type)
if (cpu_model == 14) if (cpu_model == 14)
*cpu_type = "i386/core"; *cpu_type = "i386/core";
else if (cpu_model == 15) else if (cpu_model == 15 || cpu_model == 23)
*cpu_type = "i386/core_2"; *cpu_type = "i386/core_2";
else if (cpu_model > 0xd) else if (cpu_model > 0xd)
return 0; return 0;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册