Fix incorrect information for P4 family CPU, patch by Zuxy <zuxy POIS meng AH gmail POIS com>

Original thread:
Date: Oct 2, 2005 11:08 AM
Subject: [MPlayer-dev-eng] [Patch] Correction of P4 family CPUs detection in cputable.h


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16656 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
gpoirier 2005-10-04 15:02:35 +00:00
parent abec4e3d3e
commit d2f5cab206
1 changed files with 5 additions and 5 deletions

View File

@ -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,