# HG changeset patch # User pontscho # Date 1071581701 0 # Node ID af2641a8020090e077cf1f8990aed424887bb757 # Parent b846d0a788c1773942e1498e9202d7b041d673b2 precise P4 and cpu speed detect diff -r b846d0a788c1 -r af2641a80200 cputable.h --- a/cputable.h Tue Dec 16 07:35:04 2003 +0000 +++ b/cputable.h Tue Dec 16 13:35:01 2003 +0000 @@ -119,10 +119,10 @@ /* 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,