summaryrefslogtreecommitdiffstats
path: root/include/asm-mips64/elf.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-mips64/elf.h')
-rw-r--r--include/asm-mips64/elf.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/asm-mips64/elf.h b/include/asm-mips64/elf.h
index 3ab76a80b..f1449ddeb 100644
--- a/include/asm-mips64/elf.h
+++ b/include/asm-mips64/elf.h
@@ -29,8 +29,7 @@ typedef elf_fpreg_t elf_fpregset_t[ELF_NFPREG];
int __res = 1; \
struct elfhdr *__h = (hdr); \
\
- if ((__h->e_machine != EM_MIPS) && \
- (__h->e_machine != EM_MIPS_RS4_BE)) \
+ if (__h->e_machine != EM_MIPS) \
__res = 0; \
if (sizeof(elf_caddr_t) == 8 && \
__h->e_ident[EI_CLASS] == ELFCLASS32) \