Xeon CPU commented out
This commit is contained in:
parent
9813ce1e91
commit
d5eab1626b
@ -208,9 +208,10 @@ static void cpuname(int family, int model, const char *v_name, char *m_name)
|
|||||||
case 15:
|
case 15:
|
||||||
switch (model)
|
switch (model)
|
||||||
{
|
{
|
||||||
case 2: // 15-2-7, 15-4-1
|
/* case 2: // 15-2-7, 15-4-1
|
||||||
strcpy(m_name, "iXeon");
|
strcpy(m_name, "iXeon");
|
||||||
break;
|
break;
|
||||||
|
*/
|
||||||
default:
|
default:
|
||||||
strcpy(m_name, "iP-IV");
|
strcpy(m_name, "iP-IV");
|
||||||
break;
|
break;
|
||||||
|
Reference in New Issue
Block a user