diff options
Diffstat (limited to 'arch/hexagon/include')
-rw-r--r-- | arch/hexagon/include/asm/elf.h | 2 |
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 { \ | |||
202 | #define CORE_DUMP_USE_REGSET | 202 | #define CORE_DUMP_USE_REGSET |
203 | 203 | ||
204 | /* Hrm is this going to cause problems for changing PAGE_SIZE? */ | 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 | * This is the location that an ET_DYN program is loaded if exec'ed. Typical | 208 | * This is the location that an ET_DYN program is loaded if exec'ed. Typical |