Browse Source

Hexagon: set ELF_EXEC_PAGESIZE to PAGE_SIZE

Signed-off-by: Richard Kuo <rkuo@codeaurora.org>
Richard Kuo 12 years ago
parent
commit
efaa5cbdca
1 changed files with 1 additions and 1 deletions
  1. 1 1
      arch/hexagon/include/asm/elf.h

+ 1 - 1
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