summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu/aarch64/aarch64-exception-interrupt.S
diff options
context:
space:
mode:
authorKinsey Moore <kinsey.moore@oarcorp.com>2020-12-08 09:11:34 -0600
committerJoel Sherrill <joel@rtems.org>2020-12-10 11:37:50 -0600
commitd188e6e88233bd91da5f9985a89cf791cb4fd117 (patch)
tree5f79aed0a4164664e6b83a8f98e22e1c2f538512 /cpukit/score/cpu/aarch64/aarch64-exception-interrupt.S
parentcpukit/aarch64: Use hex consistently for offsets (diff)
downloadrtems-d188e6e88233bd91da5f9985a89cf791cb4fd117.tar.bz2
cpukit/aarch64: Add explanation of exception flow
Diffstat (limited to 'cpukit/score/cpu/aarch64/aarch64-exception-interrupt.S')
-rw-r--r--cpukit/score/cpu/aarch64/aarch64-exception-interrupt.S4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpukit/score/cpu/aarch64/aarch64-exception-interrupt.S b/cpukit/score/cpu/aarch64/aarch64-exception-interrupt.S
index f534a526b3..cb0954a29b 100644
--- a/cpukit/score/cpu/aarch64/aarch64-exception-interrupt.S
+++ b/cpukit/score/cpu/aarch64/aarch64-exception-interrupt.S
@@ -255,7 +255,7 @@ _AArch64_Exception_interrupt_nest:
Save volatile regs on interrupt stack
Execute irq handler
Restore volatile regs from interrupt stack
-Exception return
+Return to embedded exception vector code
*/
/* Push interrupt context */
@@ -281,7 +281,7 @@ Execute interrupt handler
Switch to thread stack
Call thread dispatch
Restore volatile registers from thread stack
-Return to dispatch
+Return to embedded exception vector code
*/