* revert previous commit

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@36336 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Jérôme Duval
2010-04-18 00:27:00 +00:00
parent 2db900d8f1
commit 8c6242d071
-2
View File
@@ -189,8 +189,6 @@ get_cpu_model_string(system_info *info)
return "Core 2";
case B_CPU_INTEL_PENTIUM_CORE_2_45_NM:
get_cpuid_model_string(cpuidName);
if (strcasestr(cpuidName, "Core") == NULL)
return "Pentium";
if (strcasestr(cpuidName, "Celeron") != NULL)
return "Core 2 Celeron";
if (strcasestr(cpuidName, "Duo") != NULL