diff options
Diffstat (limited to 'src/arch/arm64')
-rw-r--r-- | src/arch/arm64/stage_entry.S | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/arch/arm64/stage_entry.S b/src/arch/arm64/stage_entry.S index 7f113fb4fc..7aeabe6f2a 100644 --- a/src/arch/arm64/stage_entry.S +++ b/src/arch/arm64/stage_entry.S @@ -74,7 +74,7 @@ ENDPROC(cpu_get_exception_stack) * any rmodules. */ ENTRY(arm64_c_environment) - /* Set the exception stack for the cpu. */ + /* Set the exception stack for the CPU. */ bl cpu_get_exception_stack msr SPSel, #1 isb @@ -84,7 +84,7 @@ ENTRY(arm64_c_environment) msr SPSel, #0 isb - /* Set the non-exception stack for the cpu. */ + /* Set the non-exception stack for the CPU. */ bl cpu_get_stack mov sp, x0 |