Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-12-14 | s390/zcrypt: add missing memory clobber to ap_qci inline assembly | Heiko Carstens | |
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> | |||
2016-12-14 | s390/zcrypt: header for the AP inline assmblies | Martin Schwidefsky | |
Move the inline assemblies for the AP bus into a separate header file. Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com> |