[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Minios-devel] [PATCH 06/40] arm64: add the __PAGE_SIZE macro in header file
The __PAGE_SIZE is needed by the include/posix/limits.h. Change-Id: I672ce0e3f369a697d0628d59a4ed5f04572d2736 Jira: ENTOS-247 Signed-off-by: Huang Shijie <shijie.huang@xxxxxxx> --- include/arm/arch_limits.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/arm/arch_limits.h b/include/arm/arch_limits.h index bae99e1..026eda8 100644 --- a/include/arm/arch_limits.h +++ b/include/arm/arch_limits.h @@ -3,6 +3,8 @@ #include <mm.h> +#define __PAGE_SIZE (1UL << PAGE_SHIFT) + #define __STACK_SIZE_PAGE_ORDER 2 #define __STACK_SIZE (4 * PAGE_SIZE) -- 2.7.4 _______________________________________________ Minios-devel mailing list Minios-devel@xxxxxxxxxxxxxxxxxxxx https://lists.xenproject.org/cgi-bin/mailman/listinfo/minios-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |