diff options
Diffstat (limited to 'cputable.h')
-rw-r--r-- | cputable.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/cputable.h b/cputable.h index 92858abb82..11b9b298bf 100644 --- a/cputable.h +++ b/cputable.h @@ -119,11 +119,11 @@ static const char *cpuname /* D */ F_UNKNOWN, /* E */ F_UNKNOWN, /* F extended family (P4/new IA-64)*/ { - /* 0 */ N_UNKNOWN, - /* 1 */ "Pentium 4/Xeon Willamette", - /* 2 */ "Pentium 4/Xeon/Celeron Foster", - /* 3 */ "Pentium 4/Xeon/Celeron Northwood", - /* 4 */ N_UNKNOWN, + /* 0 */ "Pentium 4 Willamette/Xeon Foster", + /* 1 */ "Pentium 4 Willamette/Xeon Foster", + /* 2 */ "Pentium 4/Celeron D Northwood/Xeon Prestonia/Gallatin", + /* 3 */ "Pentium 4/Celeron D Prescott/Xeon Nocona", + /* 4 */ "Pentium 4/Celeron D Prescott/Xeon Nocona", /* 5 */ N_UNKNOWN, /* 6 */ N_UNKNOWN, /* 7 */ N_UNKNOWN, |