Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

fs: binfmt_elf: remove unused defines INTERPRETER_NONE and INTERPRETER_ELF

These two defines are unused since the removal of the a.out interpreter
support in the ELF loader in kernel 2.6.25

Signed-off-by: Todor Minchev <todor@minchev.co.uk>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>

authored by

Todor Minchev and committed by
Linus Torvalds
7a5f4f1c 98a9bba5

-3
-3
fs/binfmt_elf.c
··· 543 543 * libraries. There is no binary dependent code anywhere else. 544 544 */ 545 545 546 - #define INTERPRETER_NONE 0 547 - #define INTERPRETER_ELF 2 548 - 549 546 #ifndef STACK_RND_MASK 550 547 #define STACK_RND_MASK (0x7ff >> (PAGE_SHIFT - 12)) /* 8MB of VA */ 551 548 #endif