aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bl31/aarch64/runtime_exceptions.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/bl31/aarch64/runtime_exceptions.S b/bl31/aarch64/runtime_exceptions.S
index 870c2742..223514e1 100644
--- a/bl31/aarch64/runtime_exceptions.S
+++ b/bl31/aarch64/runtime_exceptions.S
@@ -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 */