aboutsummaryrefslogtreecommitdiffstats
path: root/xen/arch/arm/arm32/proc-v7.S
diff options
context:
space:
mode:
authorAndrew Cooper <andrew.cooper3@citrix.com>2013-08-26 20:18:33 +0100
committerIan Campbell <ian.campbell@citrix.com>2013-08-27 14:26:31 +0100
commit604ab14cde7aef3bcdd7bc3bc398e7d1705dc631 (patch)
treefbcc759b980e209c8a4d255c46471a00a306ef62 /xen/arch/arm/arm32/proc-v7.S
parent1c413bf7f2ff372e00d2d78a8904a0ade2420f0a (diff)
downloadxen-604ab14cde7aef3bcdd7bc3bc398e7d1705dc631.tar.gz
xen-604ab14cde7aef3bcdd7bc3bc398e7d1705dc631.tar.bz2
xen-604ab14cde7aef3bcdd7bc3bc398e7d1705dc631.zip
xen/arm: Introduce and use GLOBAL() in asm code.
Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com> Acked-by: Ian Campbell <ian.campbell@citrix.com>
Diffstat (limited to 'xen/arch/arm/arm32/proc-v7.S')
-rw-r--r--xen/arch/arm/arm32/proc-v7.S3
1 files changed, 1 insertions, 2 deletions
diff --git a/xen/arch/arm/arm32/proc-v7.S b/xen/arch/arm/arm32/proc-v7.S
index 0ab3845a73..e38d5a482f 100644
--- a/xen/arch/arm/arm32/proc-v7.S
+++ b/xen/arch/arm/arm32/proc-v7.S
@@ -20,8 +20,7 @@
#include <asm/asm_defns.h>
#include <asm/arm32/processor.h>
-.globl v7_init
-v7_init:
+GLOBAL(v7_init)
/* Set up the SMP bit in ACTLR */
mrc CP32(r0, ACTLR)
orr r0, r0, #(ACTLR_V7_SMP) /* enable SMP bit */