diff options
author | Jia He <justin.he@arm.com> | 2024-07-15 07:20:23 +0000 |
---|---|---|
committer | Herbert Xu <herbert@gondor.apana.org.au> | 2024-08-02 21:11:20 +0800 |
commit | 47d96252099a7184b4bad852fcfa3c233c1d2f71 (patch) | |
tree | 77ff3e13358b050d3f1b86ad7911a7857d6d0fab /drivers/crypto/intel/qat/qat_c62x | |
parent | ab9a244c396aae4aaa34b2399b82fc15ec2df8c1 (diff) |
crypto: arm64/poly1305 - move data to rodata section
When objtool gains support for ARM in the future, it may encounter issues
disassembling the following data in the .text section:
> .Lzeros:
> .long 0,0,0,0,0,0,0,0
> .asciz "Poly1305 for ARMv8, CRYPTOGAMS by \@dot-asm"
> .align 2
Move it to .rodata which is a more appropriate section for read-only data.
Signed-off-by: Jia He <justin.he@arm.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'drivers/crypto/intel/qat/qat_c62x')
0 files changed, 0 insertions, 0 deletions