aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm64
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm64')
-rw-r--r--arch/arm64/kernel/entry.S1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm64/kernel/entry.S b/arch/arm64/kernel/entry.S
index 38cf853a3667..6538928ff1ab 100644
--- a/arch/arm64/kernel/entry.S
+++ b/arch/arm64/kernel/entry.S
@@ -583,6 +583,7 @@ work_pending:
583 mov x0, sp // 'regs' 583 mov x0, sp // 'regs'
584 tst x2, #PSR_MODE_MASK // user mode regs? 584 tst x2, #PSR_MODE_MASK // user mode regs?
585 b.ne no_work_pending // returning to kernel 585 b.ne no_work_pending // returning to kernel
586 enable_irq // enable interrupts for do_notify_resume()
586 bl do_notify_resume 587 bl do_notify_resume
587 b ret_to_user 588 b ret_to_user
588work_resched: 589work_resched: