diff options
author | David Daney <ddaney@caviumnetworks.com> | 2010-08-03 14:57:39 -0700 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2010-08-05 13:26:30 +0100 |
commit | 7281cd22973008a782860e48ed8d85d00204168c (patch) | |
tree | a7422ee8592cd9dc0cd191409a9a491a19031ea4 /arch/mips/kernel/asm-offsets.c | |
parent | 9bb4d9dfd890372092338cc460b3f921c8be8e31 (diff) | |
download | blackbird-obmc-linux-7281cd22973008a782860e48ed8d85d00204168c.tar.gz blackbird-obmc-linux-7281cd22973008a782860e48ed8d85d00204168c.zip |
MIPS: Remove unused task_struct.trap_no field.
It is initialized to zero and only ever read. Remove it, and pass zero in
its place.
Signed-off-by: David Daney <ddaney@caviumnetworks.com>
To: linux-mips@linux-mips.org
Patchwork: https://patchwork.linux-mips.org/patch/1531/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/kernel/asm-offsets.c')
-rw-r--r-- | arch/mips/kernel/asm-offsets.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/mips/kernel/asm-offsets.c b/arch/mips/kernel/asm-offsets.c index ca6c83218caa..6b30fb2caa67 100644 --- a/arch/mips/kernel/asm-offsets.c +++ b/arch/mips/kernel/asm-offsets.c @@ -126,7 +126,6 @@ void output_thread_defines(void) thread.cp0_baduaddr); OFFSET(THREAD_ECODE, task_struct, \ thread.error_code); - OFFSET(THREAD_TRAPNO, task_struct, thread.trap_no); OFFSET(THREAD_TRAMP, task_struct, \ thread.irix_trampoline); OFFSET(THREAD_OLDCTX, task_struct, \ |