aboutsummaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
Diffstat (limited to 'arch')
-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 959fe8733560..bddd04d031db 100644
--- a/arch/arm64/kernel/entry.S
+++ b/arch/arm64/kernel/entry.S
@@ -517,6 +517,7 @@ el0_sp_pc:
517 mrs x26, far_el1 517 mrs x26, far_el1
518 // enable interrupts before calling the main handler 518 // enable interrupts before calling the main handler
519 enable_dbg_and_irq 519 enable_dbg_and_irq
520 ct_user_exit
520 mov x0, x26 521 mov x0, x26
521 mov x1, x25 522 mov x1, x25
522 mov x2, sp 523 mov x2, sp