projects
/
platform
/
kernel
/
linux-rpi3.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
446b6cb
)
Hexagon: set ELF_EXEC_PAGESIZE to PAGE_SIZE
author
Richard Kuo
<rkuo@codeaurora.org>
Mon, 12 Aug 2013 18:13:00 +0000
(13:13 -0500)
committer
Richard Kuo
<rkuo@codeaurora.org>
Fri, 4 Apr 2014 23:20:02 +0000
(18:20 -0500)
Signed-off-by: Richard Kuo <rkuo@codeaurora.org>
arch/hexagon/include/asm/elf.h
patch
|
blob
|
history
diff --git
a/arch/hexagon/include/asm/elf.h
b/arch/hexagon/include/asm/elf.h
index
e1b933a
..
d8b83cb
100644
(file)
--- 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