Identify the cual-core Montecito.

MFC after: 3 days
This commit is contained in:
Marcel Moolenaar 2006-06-22 00:56:58 +00:00
parent a64011a08b
commit 99ab1812b9

View File

@ -219,6 +219,14 @@ identifycpu(void)
break;
}
break;
case 0x20:
family_name = "Itanium 2";
switch (model) {
case 0x00:
model_name = "Montecito";
break;
}
break;
}
snprintf(cpu_family, sizeof(cpu_family), "%s", family_name);
snprintf(cpu_model, sizeof(cpu_model), "%s", model_name);