* [PATCH] xen/arm32: don't export v7_init
@ 2013-09-27 16:49 Julien Grall
2013-10-03 13:40 ` Ian Campbell
0 siblings, 1 reply; 2+ messages in thread
From: Julien Grall @ 2013-09-27 16:49 UTC (permalink / raw)
To: xen-devel; +Cc: patches, tim, ian.campbell, Julien Grall, stefano.stabellini
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
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] xen/arm32: don't export v7_init
2013-09-27 16:49 [PATCH] xen/arm32: don't export v7_init Julien Grall
@ 2013-10-03 13:40 ` Ian Campbell
0 siblings, 0 replies; 2+ messages in thread
From: Ian Campbell @ 2013-10-03 13:40 UTC (permalink / raw)
To: Julien Grall; +Cc: patches, tim, stefano.stabellini, xen-devel
On Fri, 2013-09-27 at 17:49 +0100, Julien Grall wrote:
> Signed-off-by: Julien Grall <julien.grall@linaro.org>
Acked + applied, thanks.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2013-10-03 13:40 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-09-27 16:49 [PATCH] xen/arm32: don't export v7_init Julien Grall
2013-10-03 13:40 ` Ian Campbell
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).