From: Andy Polyakov Date: Mon, 9 Sep 2013 19:35:15 +0000 (+0200) Subject: Revert "x86cpuid.pl: fix extended feature flags detection." X-Git-Tag: OpenSSL_1_0_2-beta1~288 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=74e0187663ae8f638534fc83ce193cbc07de41f9;p=oweals%2Fopenssl.git Revert "x86cpuid.pl: fix extended feature flags detection." This reverts commit 514f1a783515e9beb73b759a483c078813cf8ba0. --- diff --git a/crypto/x86cpuid.pl b/crypto/x86cpuid.pl index 54dc1b55d0..0212a5b63a 100644 --- a/crypto/x86cpuid.pl +++ b/crypto/x86cpuid.pl @@ -79,16 +79,6 @@ for (@ARGV) { $sse2=1 if (/-DOPENSSL_IA32_SSE2/); } &jmp (&label("generic")); &set_label("intel"); - &cmp ("edi",7); - &jb (&label("cacheinfo")); - - &mov ("esi",&wparam(0)); - &mov ("eax",7); - &xor ("ecx","ecx"); - &cpuid (); - &mov (&DWP(8,"esi"),"ebx"); - -&set_label("cacheinfo"); &cmp ("edi",4); &mov ("edi",-1); &jb (&label("nocacheinfo"));