提交 926725b3 编写于 作者: A Andy Polyakov

sparcv9cap.c: omit random detection.

PR: 3202
上级 e796666d
...@@ -287,11 +287,13 @@ void OPENSSL_cpuid_setup(void) ...@@ -287,11 +287,13 @@ void OPENSSL_cpuid_setup(void)
OPENSSL_sparcv9cap_P[0] |= SPARCV9_VIS3; OPENSSL_sparcv9cap_P[0] |= SPARCV9_VIS3;
} }
#if 0 /* was planned at some point but never implemented in hardware */
if (sigsetjmp(common_jmp,1) == 0) if (sigsetjmp(common_jmp,1) == 0)
{ {
(void)_sparcv9_random(); (void)_sparcv9_random();
OPENSSL_sparcv9cap_P[0] |= SPARCV9_RANDOM; OPENSSL_sparcv9cap_P[0] |= SPARCV9_RANDOM;
} }
#endif
/* /*
* In wait for better solution _sparcv9_rdcfr is masked by * In wait for better solution _sparcv9_rdcfr is masked by
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册