aboutsummaryrefslogtreecommitdiffstats
path: root/xen/include/asm-arm/init.h
diff options
context:
space:
mode:
Diffstat (limited to 'xen/include/asm-arm/init.h')
-rw-r--r--xen/include/asm-arm/init.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/xen/include/asm-arm/init.h b/xen/include/asm-arm/init.h
index 7a07136eb4..5ac8cf8797 100644
--- a/xen/include/asm-arm/init.h
+++ b/xen/include/asm-arm/init.h
@@ -5,6 +5,8 @@ struct init_info
{
/* Pointer to the stack, used by head.S when entering in C */
unsigned char *stack;
+ /* Logical CPU ID, used by start_secondary */
+ unsigned int cpuid;
};
#endif /* _XEN_ASM_INIT_H */