summaryrefslogtreecommitdiffstats
path: root/crypto
diff options
context:
space:
mode:
Diffstat (limited to 'crypto')
-rw-r--r--crypto/alphacpuid.s8
1 files changed, 8 insertions, 0 deletions
diff --git a/crypto/alphacpuid.s b/crypto/alphacpuid.s
index 53f6a1a1e5..b13b3cdb3c 100644
--- a/crypto/alphacpuid.s
+++ b/crypto/alphacpuid.s
@@ -2,6 +2,14 @@
.set noat
+.globl OPENSSL_cpuid_setup
+.ent OPENSSL_cpuid_setup
+OPENSSL_cpuid_setup:
+ .frame $30,0,$26
+ .prologue 0
+ ret ($26)
+.end OPENSSL_cpuid_setup
+
.globl OPENSSL_wipe_cpu
.ent OPENSSL_wipe_cpu
OPENSSL_wipe_cpu: