commit | d03502684b65492339d70f11aa8ed6df3961a3bf | [log] [tgz] |
---|---|---|
author | Heiko Carstens <heiko.carstens@de.ibm.com> | Tue Dec 13 13:24:03 2016 +0100 |
committer | Martin Schwidefsky <schwidefsky@de.ibm.com> | Wed Dec 14 16:33:41 2016 +0100 |
tree | dc627d0fba0de12559fbe3c969ac32732985852a | |
parent | f1c7ea26178176ca783cc2ac54f211630344290c [diff] |
s390/zcrypt: add missing memory clobber to ap_qci inline assembly The ap_qci() inline assembly writes to memory (*config) but misses to tell the compiler about it. Add the missing memory clobber to fix this. Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com> Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>