]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
s390/zcrypt: get rid of variable length arrays
authorHeiko Carstens <heiko.carstens@de.ibm.com>
Thu, 15 Dec 2016 11:15:17 +0000 (12:15 +0100)
committerMartin Schwidefsky <schwidefsky@de.ibm.com>
Mon, 16 Jan 2017 06:27:51 +0000 (07:27 +0100)
commit57c52ae75774c717eb7cd777b5438244ae6b380c
treeb6e7c52104aed2e3b1abd359623974c4ab78217f
parent227374b1dd08cc052f36768a97a6e3ce628318fc
s390/zcrypt: get rid of variable length arrays

The variable length arrays used to specify clobbered memory within
ap_nqap and ap_dqap would only work if the length would be known at
compile time.
This is not the case for both usages. Therefore simply use a full
memory clobber and get rid of the old construct.

Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
drivers/s390/crypto/ap_asm.h