patch-2.4.7 linux/arch/mips64/kernel/binfmt_elf32.c

Next file: linux/arch/mips64/kernel/branch.c
Previous file: linux/arch/mips64/defconfig-ip27
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.4.6/linux/arch/mips64/kernel/binfmt_elf32.c linux/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 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

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)