summaryrefslogtreecommitdiffstats
path: root/Source/kwsys/SystemInformation.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'Source/kwsys/SystemInformation.cxx')
-rw-r--r--Source/kwsys/SystemInformation.cxx16
1 files changed, 8 insertions, 8 deletions
diff --git a/Source/kwsys/SystemInformation.cxx b/Source/kwsys/SystemInformation.cxx
index 1055313..2d9fee6 100644
--- a/Source/kwsys/SystemInformation.cxx
+++ b/Source/kwsys/SystemInformation.cxx
@@ -1963,16 +1963,16 @@ bool SystemInformationImplementation::RetrieveClassicalCPUIdentity()
case 6:
switch (this->ChipID.Model)
{
- case 1: sprintf (this->ChipID.ProcessorName,"Athlon™ (0.25 micron)"); break;
- case 2: sprintf (this->ChipID.ProcessorName,"Athlon™ (0.18 micron)"); break;
- case 3: sprintf (this->ChipID.ProcessorName,"Duron™ (SF core)"); break;
- case 4: sprintf (this->ChipID.ProcessorName,"Athlon™ (Thunderbird core)"); break;
- case 6: sprintf (this->ChipID.ProcessorName,"Athlon™ (Palomino core)"); break;
- case 7: sprintf (this->ChipID.ProcessorName,"Duron™ (Morgan core)"); break;
+ case 1: sprintf (this->ChipID.ProcessorName,"Athlon- (0.25 micron)"); break;
+ case 2: sprintf (this->ChipID.ProcessorName,"Athlon- (0.18 micron)"); break;
+ case 3: sprintf (this->ChipID.ProcessorName,"Duron- (SF core)"); break;
+ case 4: sprintf (this->ChipID.ProcessorName,"Athlon- (Thunderbird core)"); break;
+ case 6: sprintf (this->ChipID.ProcessorName,"Athlon- (Palomino core)"); break;
+ case 7: sprintf (this->ChipID.ProcessorName,"Duron- (Morgan core)"); break;
case 8:
if (this->Features.ExtendedFeatures.SupportsMP)
- sprintf (this->ChipID.ProcessorName,"Athlon™ MP (Thoroughbred core)");
- else sprintf (this->ChipID.ProcessorName,"Athlon™ XP (Thoroughbred core)");
+ sprintf (this->ChipID.ProcessorName,"Athlon - MP (Thoroughbred core)");
+ else sprintf (this->ChipID.ProcessorName,"Athlon - XP (Thoroughbred core)");
break;
default: sprintf (this->ChipID.ProcessorName,"Unknown K7 family"); return false;
}