1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-17 10:26:15 +00:00

The official name for McKinley is: Itanium 2

This commit is contained in:
Marcel Moolenaar 2002-04-25 17:51:43 +00:00
parent 8024187191
commit 780a1fb3ca
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=95458

View File

@ -275,7 +275,7 @@ identifycpu(void)
if (family == 0x7)
strcpy(cpu_model, "Itanium");
else if (family == 0x1f)
strcpy(cpu_model, "McKinley");
strcpy(cpu_model, "Itanium 2"); /* McKinley */
else
snprintf(cpu_model, sizeof(cpu_model), "Family=%d", family);