Xeon CPU commented out

This commit is contained in:
Stas Degteff 2005-10-23 13:33:26 +00:00
parent 9813ce1e91
commit d5eab1626b

View File

@ -208,9 +208,10 @@ static void cpuname(int family, int model, const char *v_name, char *m_name)
case 15:
switch (model)
{
case 2: // 15-2-7, 15-4-1
/* case 2: // 15-2-7, 15-4-1
strcpy(m_name, "iXeon");
break;
*/
default:
strcpy(m_name, "iP-IV");
break;