aboutsummaryrefslogtreecommitdiffstats
path: root/xen/arch/arm/arm32/head.S
diff options
context:
space:
mode:
Diffstat (limited to 'xen/arch/arm/arm32/head.S')
-rw-r--r--xen/arch/arm/arm32/head.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/xen/arch/arm/arm32/head.S b/xen/arch/arm/arm32/head.S
index 2fcd38aa6e..bbcb3a0cad 100644
--- a/xen/arch/arm/arm32/head.S
+++ b/xen/arch/arm/arm32/head.S
@@ -59,7 +59,7 @@
* or the initial pagetable code below will need adjustment. */
.global start
start:
-
+GLOBAL(init_secondary) /* currently unused */
/* zImage magic header, see:
* http://www.simtec.co.uk/products/SWLINUX/files/booting_article.html#d0e309
*/