forked from ~ljy/RK356X_SDK_RELEASE

hc
2023-12-06 08f87f769b595151be1afeff53e144f543faa614
kernel/arch/x86/crypto/sha256-ssse3-asm.S
....@@ -355,7 +355,7 @@
355355 ## arg 3 : Num blocks
356356 ########################################################################
357357 .text
358
-ENTRY(sha256_transform_ssse3)
358
+SYM_FUNC_START(sha256_transform_ssse3)
359359 .align 32
360360 pushq %rbx
361361 pushq %r12
....@@ -472,8 +472,8 @@
472472 popq %r12
473473 popq %rbx
474474
475
- ret
476
-ENDPROC(sha256_transform_ssse3)
475
+ RET
476
+SYM_FUNC_END(sha256_transform_ssse3)
477477
478478 .section .rodata.cst256.K256, "aM", @progbits, 256
479479 .align 64