|
@@ -543,9 +543,6 @@ static unsigned long load_elf_interp(struct elfhdr *interp_elf_ex,
|
|
|
* libraries. There is no binary dependent code anywhere else.
|
|
* libraries. There is no binary dependent code anywhere else.
|
|
|
*/
|
|
*/
|
|
|
|
|
|
|
|
-#define INTERPRETER_NONE 0
|
|
|
|
|
-#define INTERPRETER_ELF 2
|
|
|
|
|
-
|
|
|
|
|
#ifndef STACK_RND_MASK
|
|
#ifndef STACK_RND_MASK
|
|
|
#define STACK_RND_MASK (0x7ff >> (PAGE_SHIFT - 12)) /* 8MB of VA */
|
|
#define STACK_RND_MASK (0x7ff >> (PAGE_SHIFT - 12)) /* 8MB of VA */
|
|
|
#endif
|
|
#endif
|