Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 62366c88 authored by Al Viro's avatar Al Viro
Browse files

avr32: missed _TIF_NOTIFY_RESUME on one of do_notify_resume callers



we need that not just on syscall returns but on irq ones as well...

Signed-off-by: default avatarAl Viro <viro@zeniv.linux.org.uk>
parent 617c62a9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -587,7 +587,7 @@ fault_exit_work:
	ld.w	r1, r0[TI_flags]
	rjmp	fault_exit_work

1:	mov	r2, _TIF_SIGPENDING | _TIF_RESTORE_SIGMASK
1:	mov	r2, _TIF_SIGPENDING | _TIF_RESTORE_SIGMASK | _TIF_NOTIFY_RESUME
	tst	r1, r2
	breq	2f
	unmask_interrupts