Merge tag 'drm-next-2020-12-24' of git://anongit.freedesktop.org/drm/drm
[linux-2.6-microblaze.git] / arch / arc / kernel / entry.S
index ea00c8a..1f5308a 100644 (file)
@@ -307,7 +307,8 @@ resume_user_mode_begin:
        mov r0, sp      ; pt_regs for arg to do_signal()/do_notify_resume()
 
        GET_CURR_THR_INFO_FLAGS   r9
-       bbit0  r9, TIF_SIGPENDING, .Lchk_notify_resume
+       and.f  0,  r9, TIF_SIGPENDING|TIF_NOTIFY_SIGNAL
+       bz .Lchk_notify_resume
 
        ; Normal Trap/IRQ entry only saves Scratch (caller-saved) regs
        ; in pt_reg since the "C" ABI (kernel code) will automatically