diff options
Diffstat (limited to 'arch/mips64/kernel/binfmt_elf32.c')
-rw-r--r-- | arch/mips64/kernel/binfmt_elf32.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/mips64/kernel/binfmt_elf32.c b/arch/mips64/kernel/binfmt_elf32.c index fd68241f4..c49eca7c4 100644 --- a/arch/mips64/kernel/binfmt_elf32.c +++ b/arch/mips64/kernel/binfmt_elf32.c @@ -1,8 +1,8 @@ /* * Support for 32-bit Linux/MIPS ELF binaries. * - * Copyright (C) 1999 Ralf Baechle - * Copyright (C) 1999 Silicon Graphics, Inc. + * Copyright (C) 1999, 2001 Ralf Baechle + * Copyright (C) 1999, 2001 Silicon Graphics, Inc. * * Heavily inspired by the 32-bit Sparc compat code which is * Copyright (C) 1995, 1996, 1997, 1998 David S. Miller (davem@redhat.com) @@ -28,7 +28,7 @@ typedef double elf_fpreg_t; typedef elf_fpreg_t elf_fpregset_t[ELF_NFPREG]; #define elf_check_arch(x) \ - ((x)->e_machine == EM_MIPS || (x)->e_machine == EM_MIPS_RS4_BE) + ((x)->e_machine == EM_MIPS) #define TASK32_SIZE 0x80000000UL #undef ELF_ET_DYN_BASE |