diff options
Diffstat (limited to 'arch/m32r/kernel/entry.S')
| -rw-r--r-- | arch/m32r/kernel/entry.S | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/m32r/kernel/entry.S b/arch/m32r/kernel/entry.S index 90149daa560..225412bc227 100644 --- a/arch/m32r/kernel/entry.S +++ b/arch/m32r/kernel/entry.S @@ -235,9 +235,9 @@ work_resched:  work_notifysig:				; deal with pending signals and  					; notify-resume requests  	mv	r0, sp			; arg1 : struct pt_regs *regs -	ldi	r1, r9			; arg2 : __u32 thread_info_flags +	mv	r1, r9			; arg2 : __u32 thread_info_flags  	bl	do_notify_resume -	bra	restore_all +	bra	resume_userspace  	; perform syscall exit tracing  	ALIGN  |