diff options
author | Todor Minchev <todor@minchev.co.uk> | 2014-01-23 18:54:53 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2014-01-23 19:36:58 -0500 |
commit | 7a5f4f1cb0e7581ee7deb938d65f97145fa045f8 (patch) | |
tree | 9a5c3ebcdc582de236d9b7228c7872884a1a63ea /fs | |
parent | 98a9bba51c6e47f69c4fa22cc39a600d2e39536c (diff) |
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>
Diffstat (limited to 'fs')
-rw-r--r-- | fs/binfmt_elf.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/fs/binfmt_elf.c b/fs/binfmt_elf.c index 571a42326908..67be2951b98a 100644 --- a/fs/binfmt_elf.c +++ b/fs/binfmt_elf.c | |||
@@ -543,9 +543,6 @@ out: | |||
543 | * libraries. There is no binary dependent code anywhere else. | 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 | #ifndef STACK_RND_MASK | 546 | #ifndef STACK_RND_MASK |
550 | #define STACK_RND_MASK (0x7ff >> (PAGE_SHIFT - 12)) /* 8MB of VA */ | 547 | #define STACK_RND_MASK (0x7ff >> (PAGE_SHIFT - 12)) /* 8MB of VA */ |
551 | #endif | 548 | #endif |