summaryrefslogtreecommitdiff
path: root/bl31/aarch64/runtime_exceptions.S
diff options
context:
space:
mode:
authorVikram Kanigiri <vikram.kanigiri@arm.com>2014-03-20 16:27:01 +0000
committerDan Handley <dan.handley@arm.com>2014-03-26 17:36:36 +0000
commitd8b07aa03f209b6a8143816537105edc63553b8e (patch)
treef5dfb8d270b32e4259e50076d38888a8d7ebdfe0 /bl31/aarch64/runtime_exceptions.S
parentd118f9f864267670fb9cb1790d7d6dd620e0f6ed (diff)
Move per cpu exception stack in BL31 to tzfw_normal_stacks
Fixes ARM-software/tf-issues#70 Change-Id: I7f024f173fbdecd315076f528b05d6295aff7276
Diffstat (limited to 'bl31/aarch64/runtime_exceptions.S')
-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 */