Skip to content

Commit 2957c9e

Browse files
committed
[MIPS] IRIX: Goodbye and thanks for all the fish
Never terribly functional or popular, plagued by hard to fix bugs the time to say goodbye has more than arrived. Signed-off-by: Ralf Baechle <[email protected]>
1 parent 9972885 commit 2957c9e

File tree

14 files changed

+5
-5843
lines changed

14 files changed

+5
-5843
lines changed

arch/mips/Kconfig

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2064,10 +2064,6 @@ source "fs/Kconfig.binfmt"
20642064
config TRAD_SIGNALS
20652065
bool
20662066

2067-
config BINFMT_IRIX
2068-
bool "Include IRIX binary compatibility"
2069-
depends on CPU_BIG_ENDIAN && 32BIT && BROKEN
2070-
20712067
config MIPS32_COMPAT
20722068
bool "Kernel support for Linux/MIPS 32-bit binary compatibility"
20732069
depends on 64BIT

arch/mips/kernel/Makefile

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,6 @@ obj-$(CONFIG_CSRC_R4K) += csrc-r4k.o
2020
obj-$(CONFIG_CSRC_SB1250) += csrc-sb1250.o
2121
obj-$(CONFIG_SYNC_R4K) += sync-r4k.o
2222

23-
binfmt_irix-objs := irixelf.o irixinv.o irixioctl.o irixsig.o \
24-
irix5sys.o sysirix.o
25-
2623
obj-$(CONFIG_STACKTRACE) += stacktrace.o
2724
obj-$(CONFIG_MODULES) += mips_ksyms.o module.o
2825

@@ -70,7 +67,6 @@ obj-$(CONFIG_IRQ_GIC) += irq-gic.o
7067

7168
obj-$(CONFIG_32BIT) += scall32-o32.o
7269
obj-$(CONFIG_64BIT) += scall64-64.o
73-
obj-$(CONFIG_BINFMT_IRIX) += binfmt_irix.o
7470
obj-$(CONFIG_MIPS32_COMPAT) += linux32.o ptrace32.o signal32.o
7571
obj-$(CONFIG_MIPS32_N32) += binfmt_elfn32.o scall64-n32.o signal_n32.o
7672
obj-$(CONFIG_MIPS32_O32) += binfmt_elfo32.o scall64-o32.o

0 commit comments

Comments
 (0)