]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/commit
s390: move sys_call_table and last_break from thread_info to thread_struct
authorMartin Schwidefsky <schwidefsky@de.ibm.com>
Tue, 8 Nov 2016 11:33:38 +0000 (12:33 +0100)
committerMartin Schwidefsky <schwidefsky@de.ibm.com>
Tue, 15 Nov 2016 15:48:20 +0000 (16:48 +0100)
commitef280c859f4c1592696b91d602dc19add1021697
tree59ab2c4878bb29277fe587ef9dc1c0cc3b044383
parent90c53e65806323382e8bff212cc993700a4a62d9
s390: move sys_call_table and last_break from thread_info to thread_struct

Move the last two architecture specific fields from the thread_info
structure to the thread_struct. All that is left in thread_info is
the flags field.

Reviewed-by: Heiko Carstens <heiko.carstens@de.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
arch/s390/include/asm/elf.h
arch/s390/include/asm/processor.h
arch/s390/include/asm/thread_info.h
arch/s390/kernel/asm-offsets.c
arch/s390/kernel/compat_signal.c
arch/s390/kernel/entry.S
arch/s390/kernel/ptrace.c
arch/s390/kernel/signal.c