diff options
Diffstat (limited to 'arch/s390/kernel/entry64.S')
-rw-r--r-- | arch/s390/kernel/entry64.S | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/arch/s390/kernel/entry64.S b/arch/s390/kernel/entry64.S index 2a7b1304418b..9c0d5cc8269d 100644 --- a/arch/s390/kernel/entry64.S +++ b/arch/s390/kernel/entry64.S | |||
@@ -611,8 +611,10 @@ io_work_loop: | |||
611 | # _TIF_MCCK_PENDING is set, call handler | 611 | # _TIF_MCCK_PENDING is set, call handler |
612 | # | 612 | # |
613 | io_mcck_pending: | 613 | io_mcck_pending: |
614 | larl %r14,io_work_loop | 614 | TRACE_IRQS_OFF |
615 | jg s390_handle_mcck # TIF bit will be cleared by handler | 615 | brasl %r14,s390_handle_mcck # TIF bit will be cleared by handler |
616 | TRACE_IRQS_ON | ||
617 | j io_work_loop | ||
616 | 618 | ||
617 | # | 619 | # |
618 | # _TIF_NEED_RESCHED is set, call schedule | 620 | # _TIF_NEED_RESCHED is set, call schedule |