diff options
author | Andy Polyakov <appro@openssl.org> | 2009-12-26 22:30:13 +0100 |
---|---|---|
committer | Andy Polyakov <appro@openssl.org> | 2009-12-26 22:30:13 +0100 |
commit | b4b48a107cc5f0a6c50b26ec5f088484affde81b (patch) | |
tree | 91a233778a2741cc8802aaa84313a2d7ec25cfa0 /crypto/ppccpuid.pl | |
parent | Traditional Yuletide commit ;-) (diff) | |
download | openssl-b4b48a107cc5f0a6c50b26ec5f088484affde81b.tar.xz openssl-b4b48a107cc5f0a6c50b26ec5f088484affde81b.zip |
ppc64-mont.pl: adapt for 32-bit and engage for all builds.
Diffstat (limited to 'crypto/ppccpuid.pl')
-rwxr-xr-x | crypto/ppccpuid.pl | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/crypto/ppccpuid.pl b/crypto/ppccpuid.pl index fe44ff07bc..5b866bd288 100755 --- a/crypto/ppccpuid.pl +++ b/crypto/ppccpuid.pl @@ -23,9 +23,11 @@ $code=<<___; .machine "any" .text -.globl .OPENSSL_cpuid_setup +.globl .OPENSSL_ppc64_probe .align 4 -.OPENSSL_cpuid_setup: +.OPENSSL_ppc64_probe: + fcfid f1,f1 + extrdi r0,r0,32,0 blr .globl .OPENSSL_wipe_cpu |