OSDN Git Service

crypto: x86/sm3 - Fixup SLS
authorPeter Zijlstra <peterz@infradead.org>
Fri, 25 Mar 2022 12:30:47 +0000 (13:30 +0100)
committerHerbert Xu <herbert@gondor.apana.org.au>
Wed, 30 Mar 2022 04:33:11 +0000 (16:33 +1200)
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>
arch/x86/crypto/sm3-avx-asm_64.S

index 71e6aae..b12b9ef 100644 (file)
@@ -513,5 +513,5 @@ SYM_FUNC_START(sm3_transform_avx)
 
        movq %rbp, %rsp;
        popq %rbp;
-       ret;
+       RET;
 SYM_FUNC_END(sm3_transform_avx)