forked from ~ljy/RK356X_SDK_RELEASE

hc
2023-12-06 08f87f769b595151be1afeff53e144f543faa614
kernel/arch/x86/crypto/sha512-ssse3-asm.S
....@@ -278,7 +278,7 @@
278278 # of SHA512 message blocks.
279279 # "blocks" is the message length in SHA512 blocks.
280280 ########################################################################
281
-ENTRY(sha512_transform_ssse3)
281
+SYM_FUNC_START(sha512_transform_ssse3)
282282
283283 cmp $0, msglen
284284 je nowork
....@@ -366,8 +366,8 @@
366366 mov frame_RSPSAVE(%rsp), %rsp
367367
368368 nowork:
369
- ret
370
-ENDPROC(sha512_transform_ssse3)
369
+ RET
370
+SYM_FUNC_END(sha512_transform_ssse3)
371371
372372 ########################################################################
373373 ### Binary Data