aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorSteven J. Hill <sjhill@realitydiluted.com>2005-02-19 16:15:54 +0000
committerRalf Baechle <ralf@linux-mips.org>2005-10-29 19:30:39 +0100
commit7ee8798f3756fc473e63abeba56fae3e192ce71f (patch)
tree0aa88cef08a4feb76b961615bf9673893f46d435 /include
parentdd193261482ac235f08836750d22689fd55c5ca0 (diff)
downloadlinux-7ee8798f3756fc473e63abeba56fae3e192ce71f.tar.gz
Until I figure out why NFS filesystems are having problems with
the 'load_irix_binary' and having kernel faults, Irix support is disabled. I suspect locking of some sort, but I will now have to investigate further. Static IRIX binaries are now being detected properly and are using the ELF interpreter found in this file. Signed-off-by: Steven J. Hill <sjhill@realitydiluted.com> Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'include')
-rw-r--r--include/asm-mips/elf.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/asm-mips/elf.h b/include/asm-mips/elf.h
index e488114400157..a743da55e1107 100644
--- a/include/asm-mips/elf.h
+++ b/include/asm-mips/elf.h
@@ -234,9 +234,6 @@ extern int dump_task_fpu(struct task_struct *, elf_fpregset_t *);
#endif /* __KERNEL__ */
-/* This one accepts IRIX binaries. */
-#define irix_elf_check_arch(hdr) ((hdr)->e_flags & RHF_SGI_ONLY)
-
#define USE_ELF_CORE_DUMP
#define ELF_EXEC_PAGESIZE PAGE_SIZE