BACKPORT: s390: get rid of exit_thread()
exit_thread() is empty now. Therefore remove it and get rid of a pointless branch. Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com> Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com> (cherry picked from commit 59a19ea9a0b3b0ee69887b6a5015aee3a3c7e527) Conflicts: arch/s390/Kconfig arch/s390/kernel/process.c Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
This commit is contained in:
parent
3ebefa7840
commit
cc261c3729
2 changed files with 0 additions and 8 deletions
|
@ -129,7 +129,6 @@ config S390
|
||||||
select HAVE_DEBUG_KMEMLEAK
|
select HAVE_DEBUG_KMEMLEAK
|
||||||
select HAVE_DYNAMIC_FTRACE
|
select HAVE_DYNAMIC_FTRACE
|
||||||
select HAVE_DYNAMIC_FTRACE_WITH_REGS
|
select HAVE_DYNAMIC_FTRACE_WITH_REGS
|
||||||
select HAVE_EXIT_THREAD
|
|
||||||
select HAVE_FTRACE_MCOUNT_RECORD
|
select HAVE_FTRACE_MCOUNT_RECORD
|
||||||
select HAVE_FUNCTION_GRAPH_TRACER
|
select HAVE_FUNCTION_GRAPH_TRACER
|
||||||
select HAVE_FUNCTION_TRACER
|
select HAVE_FUNCTION_TRACER
|
||||||
|
|
|
@ -67,13 +67,6 @@ unsigned long thread_saved_pc(struct task_struct *tsk)
|
||||||
|
|
||||||
extern void kernel_thread_starter(void);
|
extern void kernel_thread_starter(void);
|
||||||
|
|
||||||
/*
|
|
||||||
* Free current thread data structures etc..
|
|
||||||
*/
|
|
||||||
void exit_thread(void)
|
|
||||||
{
|
|
||||||
}
|
|
||||||
|
|
||||||
void flush_thread(void)
|
void flush_thread(void)
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue