aboutsummaryrefslogtreecommitdiffstats
path: root/xen/include
diff options
context:
space:
mode:
authorJulien Grall <julien.grall@linaro.org>2013-09-26 12:09:35 +0100
committerIan Campbell <ian.campbell@citrix.com>2013-09-26 15:41:50 +0100
commitf70263755ae0741d351caac0517b1ffaca646182 (patch)
treefa6482392ba827f4e5c7224b96b3a5748dcba27f /xen/include
parentec206e8ee4833c87746b0ef1e2e7ceeddc53e5f7 (diff)
downloadxen-f70263755ae0741d351caac0517b1ffaca646182.tar.gz
xen-f70263755ae0741d351caac0517b1ffaca646182.tar.bz2
xen-f70263755ae0741d351caac0517b1ffaca646182.zip
xen/arm: Introduce init_info structure
This structure will gather all information to boot a secondary cpus. For now it just contains the initial stack. Signed-off-by: Julien Grall <julien.grall@linaro.org> Acked-by: Ian Campbell <ian.campbell@citrix.com>
Diffstat (limited to 'xen/include')
-rw-r--r--xen/include/asm-arm/init.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/xen/include/asm-arm/init.h b/xen/include/asm-arm/init.h
index 237ec25e4e..7a07136eb4 100644
--- a/xen/include/asm-arm/init.h
+++ b/xen/include/asm-arm/init.h
@@ -1,6 +1,12 @@
#ifndef _XEN_ASM_INIT_H
#define _XEN_ASM_INIT_H
+struct init_info
+{
+ /* Pointer to the stack, used by head.S when entering in C */
+ unsigned char *stack;
+};
+
#endif /* _XEN_ASM_INIT_H */
/*
* Local variables: