X-Git-Url: http://git.monstr.eu/?a=blobdiff_plain;f=arch%2Farc%2Fkernel%2Fentry.S;h=1f5308abf36d650bc8c8a193d96f19f32aeecfc8;hb=ef2c8b81b88868f042579b9dd021cc9edbc2d0c6;hp=ea00c8a17f079c6ddbd1b08e3642f603023626a9;hpb=7059c2c00a2196865c2139083cbef47cd18109b6;p=linux-2.6-microblaze.git diff --git a/arch/arc/kernel/entry.S b/arch/arc/kernel/entry.S index ea00c8a17f07..1f5308abf36d 100644 --- a/arch/arc/kernel/entry.S +++ b/arch/arc/kernel/entry.S @@ -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