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

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
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment