kernel/arch/x86/crypto/sha256-ssse3-asm.S
.. .. @@ -355,7 +355,7 @@ 355 355 ## arg 3 : Num blocks 356 356 ######################################################################## 357 357 .text 358 -ENTRY(sha256_transform_ssse3)358 +SYM_FUNC_START(sha256_transform_ssse3)359 359 .align 32 360 360 pushq %rbx 361 361 pushq %r12 .. .. @@ -472,8 +472,8 @@ 472 472 popq %r12 473 473 popq %rbx 474 474 475 - ret476 -ENDPROC(sha256_transform_ssse3)475 + RET476 +SYM_FUNC_END(sha256_transform_ssse3)477 477 478 478 .section .rodata.cst256.K256, "aM", @progbits, 256 479 479 .align 64