Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

s390: remove pointless load within __switch_to

Remove a leftover from the code that transferred a couple of TIF bits
from the previous task to the next task.

Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>

authored by

Heiko Carstens and committed by
Martin Schwidefsky
43799597 907fa061

-1
-1
arch/s390/kernel/entry.S
··· 175 175 stmg %r6,%r15,__SF_GPRS(%r15) # store gprs of prev task 176 176 lgr %r1,%r2 177 177 aghi %r1,__TASK_thread # thread_struct of prev task 178 - lg %r4,__TASK_thread_info(%r2) # get thread_info of prev 179 178 lg %r5,__TASK_thread_info(%r3) # get thread_info of next 180 179 stg %r15,__THREAD_ksp(%r1) # store kernel stack of prev 181 180 lgr %r1,%r3