summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/ppccpuid.pl
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libcrypto/ppccpuid.pl')
-rwxr-xr-xsrc/lib/libcrypto/ppccpuid.pl9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/lib/libcrypto/ppccpuid.pl b/src/lib/libcrypto/ppccpuid.pl
index cf48714e33..37c33c051a 100755
--- a/src/lib/libcrypto/ppccpuid.pl
+++ b/src/lib/libcrypto/ppccpuid.pl
@@ -84,15 +84,6 @@ Ladd: lwarx r5,0,r3
84 .long 0 84 .long 0
85 .byte 0,12,0x14,0,0,0,2,0 85 .byte 0,12,0x14,0,0,0,2,0
86 .long 0 86 .long 0
87
88.globl .OPENSSL_rdtsc
89.align 4
90.OPENSSL_rdtsc:
91 mftb r3
92 mftbu r4
93 blr
94 .long 0
95 .byte 0,12,0x14,0,0,0,0,0
96___ 87___
97 88
98$code =~ s/\`([^\`]*)\`/eval $1/gem; 89$code =~ s/\`([^\`]*)\`/eval $1/gem;