Commit d8b07aa0 authored by Vikram Kanigiri's avatar Vikram Kanigiri Committed by Dan Handley
Browse files

Move per cpu exception stack in BL31 to tzfw_normal_stacks

Fixes ARM-software/tf-issues#70

Change-Id: I7f024f173fbdecd315076f528b05d6295aff7276
parent d118f9f8
......@@ -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 */
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment