summaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2006-08-04 01:49:31 +0100
committerRalf Baechle <ralf@linux-mips.org>2006-09-27 13:37:45 +0100
commit633fd568c1db825b9eb563681af09260ecee87b6 (patch)
tree367eda7fc503cd8224658a07aa035a8e40ccfcf1 /arch
parent6b3e5f44b56745daad8cd913ccc7bcd9a9ece5ea (diff)
downloadop-kernel-dev-633fd568c1db825b9eb563681af09260ecee87b6.zip
op-kernel-dev-633fd568c1db825b9eb563681af09260ecee87b6.tar.gz
[MIPS] Move definition of IRIX compat constant into IRIX compat code.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch')
-rw-r--r--arch/mips/kernel/irixsig.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/mips/kernel/irixsig.c b/arch/mips/kernel/irixsig.c
index 7193647..2132485 100644
--- a/arch/mips/kernel/irixsig.c
+++ b/arch/mips/kernel/irixsig.c
@@ -323,6 +323,9 @@ struct sigact_irix5 {
int _unused0[2];
};
+#define SIG_SETMASK32 256 /* Goodie from SGI for BSD compatibility:
+ set only the low 32 bit of the sigset. */
+
#ifdef DEBUG_SIG
static inline void dump_sigact_irix5(struct sigact_irix5 *p)
{
OpenPOWER on IntegriCloud