mirror of
https://github.com/torvalds/linux.git
synced 2024-11-11 14:42:24 +00:00
Hexagon: set ELF_EXEC_PAGESIZE to PAGE_SIZE
Signed-off-by: Richard Kuo <rkuo@codeaurora.org>
This commit is contained in:
parent
446b6cb8de
commit
efaa5cbdca
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user