[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Minios-devel] [UNIKRAFT PATCH] plat/kvm: Missing header for STACK_SIZE_PAGE_ORDER
The entry code in aarch64 requires CONFIG_STACK_SIZE_PAGE_ORDER. The patch includes config.h where the configuration is defined. Signed-off-by: Sharan Santhanam <sharan.santhanam@xxxxxxxxx> --- include/uk/arch/limits.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/uk/arch/limits.h b/include/uk/arch/limits.h index b11bf7d..9fa3c69 100644 --- a/include/uk/arch/limits.h +++ b/include/uk/arch/limits.h @@ -36,6 +36,7 @@ #ifndef __UKARCH_LIMITS_H__ #define __UKARCH_LIMITS_H__ +#include <uk/config.h> #include <uk/asm/limits.h> #define STACK_MASK_TOP (~(__STACK_SIZE - 1)) -- 2.7.4 _______________________________________________ Minios-devel mailing list Minios-devel@xxxxxxxxxxxxxxxxxxxx https://lists.xenproject.org/mailman/listinfo/minios-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |