]> asedeno.scripts.mit.edu Git - linux.git/commit
s390/head64: correct init_task stack setup
authorVasily Gorbik <gor@linux.ibm.com>
Fri, 22 Nov 2019 16:15:35 +0000 (17:15 +0100)
committerVasily Gorbik <gor@linux.ibm.com>
Sat, 30 Nov 2019 09:52:45 +0000 (10:52 +0100)
commitcb7948e8c3f18f7ff0ab7d0fa1e6b108d938cdd6
tree6dd9d66cdac966a20580ccc33345b5f993dcee3e
parent97806dfb6f3838ee4b7bc69e6f160d83eadbc74a
s390/head64: correct init_task stack setup

Add missing allocation of pt_regs at the bottom of the stack. This
makes it consistent with other stack setup cases and also what stack
unwinder expects.

Reviewed-by: Heiko Carstens <heiko.carstens@de.ibm.com>
Signed-off-by: Vasily Gorbik <gor@linux.ibm.com>
arch/s390/kernel/head64.S