aboutsummaryrefslogtreecommitdiffstats
path: root/arch/hexagon/include/asm/elf.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/hexagon/include/asm/elf.h')
-rw-r--r--arch/hexagon/include/asm/elf.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/hexagon/include/asm/elf.h b/arch/hexagon/include/asm/elf.h
index 1ba4b3bff5ed..1f14e082588e 100644
--- a/arch/hexagon/include/asm/elf.h
+++ b/arch/hexagon/include/asm/elf.h
@@ -216,11 +216,6 @@ do { \
216 */ 216 */
217#define ELF_PLATFORM (NULL) 217#define ELF_PLATFORM (NULL)
218 218
219#ifdef __KERNEL__
220#define SET_PERSONALITY(ex) \
221 set_personality(PER_LINUX | (current->personality & (~PER_MASK)))
222#endif
223
224#define ARCH_HAS_SETUP_ADDITIONAL_PAGES 1 219#define ARCH_HAS_SETUP_ADDITIONAL_PAGES 1
225struct linux_binprm; 220struct linux_binprm;
226extern int arch_setup_additional_pages(struct linux_binprm *bprm, 221extern int arch_setup_additional_pages(struct linux_binprm *bprm,