commit | 11776eaa6568f5357542bf41b0c7bb90854137cc | [log] [tgz] |
---|---|---|
author | Vasily Gorbik <gor@linux.vnet.ibm.com> | Mon Nov 13 16:37:33 2017 +0100 |
committer | Heiko Carstens <heiko.carstens@de.ibm.com> | Tue Nov 14 11:01:51 2017 +0100 |
tree | fd4b0bdbb7ea656c6302743806885c78c73b59d7 | |
parent | 0aaba41b58bc5f3074c0c0a6136b9500b5e29e19 [diff] |
s390: correct some inline assembly constraints Inline assembly code changed in this patch should really use "Q" constraint "Memory reference without index register and with short displacement". The kernel does not compile with kasan support enabled otherwise (due to stack instrumentation). Signed-off-by: Vasily Gorbik <gor@linux.vnet.ibm.com> Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>