aboutsummaryrefslogtreecommitdiff
path: root/drivers/usb/cdns3/cdns3-trace.c
diff options
context:
space:
mode:
authorHeiko Carstens <[email protected]>2021-12-16 19:28:20 +0100
committerHeiko Carstens <[email protected]>2021-12-20 10:21:55 +0100
commit39d02827ed40fd421a758a36264c255d69f5d035 (patch)
tree69f8ab0c88b73bf6ff5364ea1d37a8104e725430 /drivers/usb/cdns3/cdns3-trace.c
parent4c88bb96e40b757f4796f70a4a7507df554467c4 (diff)
s390/crypto: fix compile error for ChaCha20 module
The clgfi instruction used within the ChaCha20 assembly is only available for z9-109 and newer machines, and therefore this will generate a compile error if compiled e.g. with MARCH_Z900. Given that the assembler code will only be executed on machines with vector instructions, which became much later available than z9-109, use insn notation to generate the clgfi instruction, and avoid compile errors due to unknown instructions. Fixes: b087dfab4d39 ("s390/crypto: add SIMD implementation for ChaCha20") Reported-by: kernel test robot <[email protected]> Reviewed-by: Harald Freudenberger <[email protected]> Signed-off-by: Heiko Carstens <[email protected]>
Diffstat (limited to 'drivers/usb/cdns3/cdns3-trace.c')
0 files changed, 0 insertions, 0 deletions