Skip to content

Commit

Permalink
crypto: x86/sm3 - Fixup SLS
Browse files Browse the repository at this point in the history
This missed the big asm update due to being merged through the crypto
tree.

Fixes: f94909c ("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>
  • Loading branch information
Peter Zijlstra authored and herbertx committed Mar 30, 2022
1 parent 7ed7aa4 commit aa8e73e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/x86/crypto/sm3-avx-asm_64.S
Original file line number Diff line number Diff line change
Expand Up @@ -513,5 +513,5 @@ SYM_FUNC_START(sm3_transform_avx)

movq %rbp, %rsp;
popq %rbp;
ret;
RET;
SYM_FUNC_END(sm3_transform_avx)

0 comments on commit aa8e73e

Please sign in to comment.