projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6ea993c
)
xen/arm32: don't export v7_init
author
Julien Grall
<julien.grall@linaro.org>
Fri, 27 Sep 2013 16:49:52 +0000
(17:49 +0100)
committer
Ian Campbell
<ian.campbell@citrix.com>
Thu, 3 Oct 2013 12:40:56 +0000
(13:40 +0100)
Signed-off-by: Julien Grall <julien.grall@linaro.org>
Acked-by: Ian Campbell <ian.campbell@citrix.com>
xen/arch/arm/arm32/proc-v7.S
patch
|
blob
|
history
diff --git
a/xen/arch/arm/arm32/proc-v7.S
b/xen/arch/arm/arm32/proc-v7.S
index e38d5a482f833c0326339ec697d02424878e571c..6577a895cafdd9552ff7bef7496d97278b06accd 100644
(file)
--- 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 */