Skip to content
Snippets Groups Projects
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
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment