aboutsummaryrefslogtreecommitdiff
path: root/arch/hexagon/include/asm/elf.h
diff options
context:
space:
mode:
authorRichard Kuo <rkuo@codeaurora.org>2013-08-12 13:13:00 -0500
committerRichard Kuo <rkuo@codeaurora.org>2014-04-04 18:20:02 -0500
commitefaa5cbdca8bdba0dadde8b36cf027bd19f52cc4 (patch)
tree10b20ad527c3d1b7d2126fc6464e9a4c05ad99ee /arch/hexagon/include/asm/elf.h
parent446b6cb8deab01bfa278d42f3bf57ee668cb72c1 (diff)
Hexagon: set ELF_EXEC_PAGESIZE to PAGE_SIZE
Signed-off-by: Richard Kuo <rkuo@codeaurora.org>
Diffstat (limited to 'arch/hexagon/include/asm/elf.h')
-rw-r--r--arch/hexagon/include/asm/elf.h2
1 files changed, 1 insertions, 1 deletions
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