From: Richard Kuo Date: Mon, 12 Aug 2013 18:13:00 +0000 (-0500) Subject: Hexagon: set ELF_EXEC_PAGESIZE to PAGE_SIZE X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=efaa5cbdca8bdba0dadde8b36cf027bd19f52cc4;p=deliverable%2Flinux.git Hexagon: set ELF_EXEC_PAGESIZE to PAGE_SIZE Signed-off-by: Richard Kuo --- diff --git a/arch/hexagon/include/asm/elf.h b/arch/hexagon/include/asm/elf.h index e1b933a0e121..d8b83cbc5ada 100644 --- a/arch/hexagon/include/asm/elf.h +++ b/arch/hexagon/include/asm/elf.h @@ -202,7 +202,7 @@ do { \ #define CORE_DUMP_USE_REGSET /* 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