remove unused TIF_NOTIFY_RESUME flag
[deliverable/linux.git] / arch / arm / kernel / entry-common.S
index c589dc3ecd1ac0fb48cc619496fd3456649cb0a6..33e6cc2ffd3bacbf3c8d030efac78684f52da623 100644 (file)
@@ -46,7 +46,7 @@ fast_work_pending:
 work_pending:
        tst     r1, #_TIF_NEED_RESCHED
        bne     work_resched
-       tst     r1, #_TIF_NOTIFY_RESUME | _TIF_SIGPENDING
+       tst     r1, #_TIF_SIGPENDING
        beq     no_work_pending
        mov     r0, sp                          @ 'regs'
        mov     r2, why                         @ 'syscall'
This page took 0.027136 seconds and 5 git commands to generate.