]> git.baikalelectronics.ru Git - kernel.git/commit
s390: correct some inline assembly constraints
authorVasily Gorbik <gor@linux.ibm.com>
Mon, 15 Apr 2019 10:41:08 +0000 (12:41 +0200)
committerMartin Schwidefsky <schwidefsky@de.ibm.com>
Wed, 17 Apr 2019 08:40:57 +0000 (10:40 +0200)
commit2ec5fa2b6303930e71fe133fd6f50f3997545c78
treea36366b2e28786b48a1e0ae93f509fe3d07171f2
parent6d345946565528aba43f6632bc2eef5e0d28c3c5
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 build with kasan instrumentation enabled
might occasionally break otherwise (due to stack instrumentation).

Signed-off-by: Vasily Gorbik <gor@linux.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
arch/s390/kernel/fpu.c
arch/s390/kernel/vtime.c