|
|
@@ -126,7 +126,7 @@ typedef struct user_fpsimd_state elf_fpregset_t;
|
|
|
* that it will "exec", and that there is sufficient room for the brk.
|
|
|
*/
|
|
|
extern unsigned long randomize_et_dyn(unsigned long base);
|
|
|
-#define ELF_ET_DYN_BASE (randomize_et_dyn(2 * TASK_SIZE_64 / 3))
|
|
|
+#define ELF_ET_DYN_BASE (2 * TASK_SIZE_64 / 3)
|
|
|
|
|
|
/*
|
|
|
* When the program starts, a1 contains a pointer to a function to be
|
|
|
@@ -169,7 +169,7 @@ extern unsigned long arch_randomize_brk(struct mm_struct *mm);
|
|
|
#define COMPAT_ELF_PLATFORM ("v8l")
|
|
|
#endif
|
|
|
|
|
|
-#define COMPAT_ELF_ET_DYN_BASE (randomize_et_dyn(2 * TASK_SIZE_32 / 3))
|
|
|
+#define COMPAT_ELF_ET_DYN_BASE (2 * TASK_SIZE_32 / 3)
|
|
|
|
|
|
/* AArch32 registers. */
|
|
|
#define COMPAT_ELF_NGREG 18
|