]> git.baikalelectronics.ru Git - kernel.git/commit
s390/suspend: fix prefix register reset in swsusp_arch_resume
authorMartin Schwidefsky <schwidefsky@de.ibm.com>
Fri, 1 Mar 2019 14:28:09 +0000 (15:28 +0100)
committerMartin Schwidefsky <schwidefsky@de.ibm.com>
Fri, 1 Mar 2019 15:23:27 +0000 (16:23 +0100)
commit58e089e7b0b845eea3649a3d8d4c837b4521e9e3
treea694a18a69c87c2c826a6171cd75b0b2cd766602
parentfdc77274d1198983fd6c1c0cfd13a26eb831f1ee
s390/suspend: fix prefix register reset in swsusp_arch_resume

The reset of the prefix to zero in swsusp_arch_resume uses a 4 byte stack
slot. With CONFIG_VMAP_STACK=y this is now in the vmalloc area, this works
only with DAT enabled. Move the DAT disable in swsusp_arch_resume after
the prefix reset.

Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
arch/s390/kernel/swsusp.S