.. | .. |
---|
47 | 47 | # |
---|
48 | 48 | ######################################################################## |
---|
49 | 49 | |
---|
50 | | -#ifdef CONFIG_AS_AVX |
---|
51 | 50 | #include <linux/linkage.h> |
---|
52 | 51 | |
---|
53 | 52 | .text |
---|
.. | .. |
---|
278 | 277 | # of SHA512 message blocks. |
---|
279 | 278 | # "blocks" is the message length in SHA512 blocks |
---|
280 | 279 | ######################################################################## |
---|
281 | | -ENTRY(sha512_transform_avx) |
---|
| 280 | +SYM_FUNC_START(sha512_transform_avx) |
---|
282 | 281 | cmp $0, msglen |
---|
283 | 282 | je nowork |
---|
284 | 283 | |
---|
.. | .. |
---|
365 | 364 | mov frame_RSPSAVE(%rsp), %rsp |
---|
366 | 365 | |
---|
367 | 366 | nowork: |
---|
368 | | - ret |
---|
369 | | -ENDPROC(sha512_transform_avx) |
---|
| 367 | + RET |
---|
| 368 | +SYM_FUNC_END(sha512_transform_avx) |
---|
370 | 369 | |
---|
371 | 370 | ######################################################################## |
---|
372 | 371 | ### Binary Data |
---|
.. | .. |
---|
424 | 423 | .quad 0x3c9ebe0a15c9bebc,0x431d67c49c100d4c |
---|
425 | 424 | .quad 0x4cc5d4becb3e42b6,0x597f299cfc657e2a |
---|
426 | 425 | .quad 0x5fcb6fab3ad6faec,0x6c44198c4a475817 |
---|
427 | | -#endif |
---|