summaryrefslogtreecommitdiffstats
path: root/include/asm-mips/signal.h
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2008-07-15 19:44:30 +0200
committerRalf Baechle <ralf@linux-mips.org>2008-07-15 19:44:30 +0200
commit2957c9e61ee9c37e7ebf2c8acab03e073fe942fd (patch)
tree50b4baea3b130ed3e1ef95a9c0f2d2761dd88693 /include/asm-mips/signal.h
parent[MIPS] Alchemy: remove unused MMC macros from db1x00 header. (diff)
downloadlinux-2957c9e61ee9c37e7ebf2c8acab03e073fe942fd.tar.xz
linux-2957c9e61ee9c37e7ebf2c8acab03e073fe942fd.zip
[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 <ralf@linux-mips.org>
Diffstat (limited to 'include/asm-mips/signal.h')
-rw-r--r--include/asm-mips/signal.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/asm-mips/signal.h b/include/asm-mips/signal.h
index 7a28989f7ee3..bee5153aca48 100644
--- a/include/asm-mips/signal.h
+++ b/include/asm-mips/signal.h
@@ -119,9 +119,6 @@ struct sigaction {
struct k_sigaction {
struct sigaction sa;
-#ifdef CONFIG_BINFMT_IRIX
- void (*sa_restorer)(void);
-#endif
};
/* IRIX compatible stack_t */