crypto: x86/sm3 - Fixup SLS
This missed the big asm update due to being merged through the crypto
tree.
Fixes: f94909ceb1
("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>
This commit is contained in:
parent
7ed7aa4de9
commit
aa8e73eed7
|
@ -513,5 +513,5 @@ SYM_FUNC_START(sm3_transform_avx)
|
|||
|
||||
movq %rbp, %rsp;
|
||||
popq %rbp;
|
||||
ret;
|
||||
RET;
|
||||
SYM_FUNC_END(sm3_transform_avx)
|
||||
|
|
Loading…
Reference in New Issue