Signed-off-by: Julien Grall <julien.grall@linaro.org>
---
xen/arch/arm/arm32/proc-v7.S | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/xen/arch/arm/arm32/proc-v7.S b/xen/arch/arm/arm32/proc-v7.S
index e38d5a4..6577a89 100644
--- a/xen/arch/arm/arm32/proc-v7.S
+++ b/xen/arch/arm/arm32/proc-v7.S
@@ -20,7 +20,7 @@
#include <asm/asm_defns.h>
#include <asm/arm32/processor.h>
-GLOBAL(v7_init)
+v7_init:
/* Set up the SMP bit in ACTLR */
mrc CP32(r0, ACTLR)
orr r0, r0, #(ACTLR_V7_SMP) /* enable SMP bit */
--
1.7.10.4