Add the model number for the Montvale processor (marketed as Itanium 2 9100).
At this time we're missing just one: Tukwila (Itanium 2 9300).
This commit is contained in:
parent
97ae66672f
commit
52737ec557
@ -232,6 +232,9 @@ identifycpu(void)
|
||||
case 0x00:
|
||||
model_name = "Montecito";
|
||||
break;
|
||||
case 0x01:
|
||||
model_name = "Montvale";
|
||||
break;
|
||||
}
|
||||
break;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user