Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

Hexagon: set ELF_EXEC_PAGESIZE to PAGE_SIZE

Signed-off-by: Richard Kuo <rkuo@codeaurora.org>

+1 -1
+1 -1
arch/hexagon/include/asm/elf.h
··· 202 202 #define CORE_DUMP_USE_REGSET 203 203 204 204 /* Hrm is this going to cause problems for changing PAGE_SIZE? */ 205 - #define ELF_EXEC_PAGESIZE 4096 205 + #define ELF_EXEC_PAGESIZE PAGE_SIZE 206 206 207 207 /* 208 208 * This is the location that an ET_DYN program is loaded if exec'ed. Typical