Mercurial > mplayer.hg
changeset 16655:720ea3a032a6
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
author | gpoirier |
---|---|
date | Tue, 04 Oct 2005 15:02:35 +0000 |
parents | 7658dde0777b |
children | ec026c1779cc |
files | cputable.h |
diffstat | 1 files changed, 5 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- a/cputable.h Tue Oct 04 13:59:25 2005 +0000 +++ b/cputable.h Tue Oct 04 15:02:35 2005 +0000 @@ -119,11 +119,11 @@ /* 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,