summaryrefslogtreecommitdiffstats
path: root/crypto/ppccpuid.pl
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2009-12-26 21:30:13 +0000
committerAndy Polyakov <appro@openssl.org>2009-12-26 21:30:13 +0000
commitb4b48a107cc5f0a6c50b26ec5f088484affde81b (patch)
tree91a233778a2741cc8802aaa84313a2d7ec25cfa0 /crypto/ppccpuid.pl
parent7e765bf29a1ab015af0db6095b30adaab44b6635 (diff)
ppc64-mont.pl: adapt for 32-bit and engage for all builds.
Diffstat (limited to 'crypto/ppccpuid.pl')
-rwxr-xr-xcrypto/ppccpuid.pl6
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