[Cmake-commits] [cmake-commits] hoffman committed SystemInformation.cxx 1.22 1.23

cmake-commits at cmake.org cmake-commits at cmake.org
Thu Apr 24 15:47:38 EDT 2008


Update of /cvsroot/CMake/CMake/Source/kwsys
In directory public:/mounts/ram/cvs-serv26645

Modified Files:
	SystemInformation.cxx 
Log Message:
ENH: remove odd chars from file


Index: SystemInformation.cxx
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/kwsys/SystemInformation.cxx,v
retrieving revision 1.22
retrieving revision 1.23
diff -C 2 -d -r1.22 -r1.23
*** SystemInformation.cxx	3 Feb 2008 13:20:11 -0000	1.22
--- SystemInformation.cxx	24 Apr 2008 19:47:36 -0000	1.23
***************
*** 1964,1977 ****
            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 8: 
                if (this->Features.ExtendedFeatures.SupportsMP)
!                 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;
--- 1964,1977 ----
            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 8: 
                if (this->Features.ExtendedFeatures.SupportsMP)
!                 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;



More information about the Cmake-commits mailing list