diff --git a/cputable.h b/cputable.h index f940d51aab..92858abb82 100644 --- a/cputable.h +++ b/cputable.h @@ -119,10 +119,10 @@ static const char *cpuname /* D */ F_UNKNOWN, /* E */ F_UNKNOWN, /* F extended family (P4/new IA-64)*/ { - /* 0 */ "Pentium 4/Xeon Willamette", - /* 1 */ "Pentium 4/Xeon/Celeron Foster", - /* 2 */ "Pentium 4/Xeon/Celeron Northwood", - /* 3 */ N_UNKNOWN, + /* 0 */ N_UNKNOWN, + /* 1 */ "Pentium 4/Xeon Willamette", + /* 2 */ "Pentium 4/Xeon/Celeron Foster", + /* 3 */ "Pentium 4/Xeon/Celeron Northwood", /* 4 */ N_UNKNOWN, /* 5 */ N_UNKNOWN, /* 6 */ N_UNKNOWN,