mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-16 01:24:27 +00:00
Move per cpu exception stack in BL31 to tzfw_normal_stacks
Fixes ARM-software/tf-issues#70 Change-Id: I7f024f173fbdecd315076f528b05d6295aff7276
This commit is contained in:
parent
d118f9f864
commit
d8b07aa03f
1 changed files with 1 additions and 1 deletions
|
@ -444,7 +444,7 @@ get_exception_stack: ; .type get_exception_stack, %function
|
|||
* Per-cpu exception stacks in normal memory.
|
||||
* -----------------------------------------------------
|
||||
*/
|
||||
.section data, "aw", %nobits; .align 6
|
||||
.section tzfw_normal_stacks, "aw", %nobits; .align 6
|
||||
|
||||
pcpu_exception_stack:
|
||||
/* Zero fill */
|
||||
|
|
Loading…
Add table
Reference in a new issue