summaryrefslogtreecommitdiffstats
path: root/arch/mips/tools
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>1997-12-16 05:34:03 +0000
committerRalf Baechle <ralf@linux-mips.org>1997-12-16 05:34:03 +0000
commit967c65a99059fd459b956c1588ce0ba227912c4e (patch)
tree8224d013ff5d255420713d05610c7efebd204d2a /arch/mips/tools
parente20c1cc1656a66a2773bca4591a895cbc12696ff (diff)
Merge with Linux 2.1.72, part 1.
Diffstat (limited to 'arch/mips/tools')
-rw-r--r--arch/mips/tools/offset.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/arch/mips/tools/offset.c b/arch/mips/tools/offset.c
index cc6b7b7d3..88926ebfd 100644
--- a/arch/mips/tools/offset.c
+++ b/arch/mips/tools/offset.c
@@ -4,7 +4,7 @@
* Copyright (C) 1996 David S. Miller
* Made portable by Ralf Baechle
*
- * $Id: offset.c,v 1.3 1997/07/29 18:57:11 ralf Exp $
+ * $Id: offset.c,v 1.3 1997/12/01 17:57:41 ralf Exp $
*/
#include <linux/types.h>
@@ -81,9 +81,8 @@ void output_task_defines(void)
offset("#define TASK_STATE ", struct task_struct, state);
offset("#define TASK_COUNTER ", struct task_struct, counter);
offset("#define TASK_PRIORITY ", struct task_struct, priority);
- offset("#define TASK_SIGNAL ", struct task_struct, signal);
- offset("#define TASK_BLOCKED ", struct task_struct, blocked);
offset("#define TASK_FLAGS ", struct task_struct, flags);
+ offset("#define TASK_SIGPENDING ", struct task_struct, sigpending);
offset("#define TASK_MM ", struct task_struct, mm);
linefeed;
}