From f70263755ae0741d351caac0517b1ffaca646182 Mon Sep 17 00:00:00 2001 From: Julien Grall Date: Thu, 26 Sep 2013 12:09:35 +0100 Subject: 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 Acked-by: Ian Campbell --- xen/include/asm-arm/init.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'xen/include') 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: -- cgit v1.2.3