diff options
Diffstat (limited to 'arch/s390/kernel/process.c')
| -rw-r--r-- | arch/s390/kernel/process.c | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/s390/kernel/process.c b/arch/s390/kernel/process.c index 6ccef5f29761..eb6e23ad15a2 100644 --- a/arch/s390/kernel/process.c +++ b/arch/s390/kernel/process.c @@ -106,6 +106,7 @@ int copy_thread_tls(unsigned long clone_flags, unsigned long new_stackp,  	p->thread.system_timer = 0;  	p->thread.hardirq_timer = 0;  	p->thread.softirq_timer = 0; +	p->thread.last_break = 1;  	frame->sf.back_chain = 0;  	/* new return point is ret_from_fork */  |