aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/crypto
diff options
context:
space:
mode:
authorPeter Zijlstra <peterz@infradead.org>2022-03-25 13:30:47 +0100
committerHerbert Xu <herbert@gondor.apana.org.au>2022-03-30 16:33:11 +1200
commitaa8e73eed7d3084c18dd16d195748661c7e881b5 (patch)
treee5b6571b0c412162a50d9e35e34f9567c61d35fb /arch/x86/crypto
parentcrypto: x86/poly1305 - Fixup SLS (diff)
downloadlinux-dev-aa8e73eed7d3084c18dd16d195748661c7e881b5.tar.xz
linux-dev-aa8e73eed7d3084c18dd16d195748661c7e881b5.zip
crypto: x86/sm3 - Fixup SLS
This missed the big asm update due to being merged through the crypto tree. Fixes: f94909ceb1ed ("x86: Prepare asm files for straight-line-speculation") Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'arch/x86/crypto')
-rw-r--r--arch/x86/crypto/sm3-avx-asm_64.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/crypto/sm3-avx-asm_64.S b/arch/x86/crypto/sm3-avx-asm_64.S
index 71e6aae23e17..b12b9efb5ec5 100644
--- a/arch/x86/crypto/sm3-avx-asm_64.S
+++ b/arch/x86/crypto/sm3-avx-asm_64.S
@@ -513,5 +513,5 @@ SYM_FUNC_START(sm3_transform_avx)
movq %rbp, %rsp;
popq %rbp;
- ret;
+ RET;
SYM_FUNC_END(sm3_transform_avx)