提交 efaa5cbd 编写于 作者: R Richard Kuo

Hexagon: set ELF_EXEC_PAGESIZE to PAGE_SIZE

Signed-off-by: NRichard Kuo <rkuo@codeaurora.org>
上级 446b6cb8
...@@ -202,7 +202,7 @@ do { \ ...@@ -202,7 +202,7 @@ do { \
#define CORE_DUMP_USE_REGSET #define CORE_DUMP_USE_REGSET
/* Hrm is this going to cause problems for changing PAGE_SIZE? */ /* Hrm is this going to cause problems for changing PAGE_SIZE? */
#define ELF_EXEC_PAGESIZE 4096 #define ELF_EXEC_PAGESIZE PAGE_SIZE
/* /*
* This is the location that an ET_DYN program is loaded if exec'ed. Typical * This is the location that an ET_DYN program is loaded if exec'ed. Typical
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册