From d8b07aa03f209b6a8143816537105edc63553b8e Mon Sep 17 00:00:00 2001 From: Vikram Kanigiri Date: Thu, 20 Mar 2014 16:27:01 +0000 Subject: [PATCH] Move per cpu exception stack in BL31 to tzfw_normal_stacks Fixes ARM-software/tf-issues#70 Change-Id: I7f024f173fbdecd315076f528b05d6295aff7276 --- bl31/aarch64/runtime_exceptions.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */ -- 2.30.2