forked from ~ljy/RK356X_SDK_RELEASE

hc
2023-12-06 08f87f769b595151be1afeff53e144f543faa614
kernel/arch/x86/crypto/sha1_ni_asm.S
....@@ -95,7 +95,7 @@
9595 */
9696 .text
9797 .align 32
98
-ENTRY(sha1_ni_transform)
98
+SYM_FUNC_START(sha1_ni_transform)
9999 mov %rsp, RSPSAVE
100100 sub $FRAME_SIZE, %rsp
101101 and $~0xF, %rsp
....@@ -290,8 +290,8 @@
290290 .Ldone_hash:
291291 mov RSPSAVE, %rsp
292292
293
- ret
294
-ENDPROC(sha1_ni_transform)
293
+ RET
294
+SYM_FUNC_END(sha1_ni_transform)
295295
296296 .section .rodata.cst16.PSHUFFLE_BYTE_FLIP_MASK, "aM", @progbits, 16
297297 .align 16