src/arch: Capitalize CPU and ACPI
Change-Id: I37dfa853c3dbe93a52f6c37941b17717e22f6430 Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/16277 Reviewed-by: Omar Pakker Tested-by: build bot (Jenkins)
This commit is contained in:
committed by
Martin Roth
parent
f772f9c6d2
commit
2078e75b00
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user