MIPS: Remove unused task_struct.trap_no field.
authorDavid Daney <ddaney@caviumnetworks.com>
Tue, 3 Aug 2010 21:57:39 +0000 (14:57 -0700)
committerRalf Baechle <ralf@linux-mips.org>
Thu, 5 Aug 2010 12:26:30 +0000 (13:26 +0100)
commit7281cd22973008a782860e48ed8d85d00204168c
treea7422ee8592cd9dc0cd191409a9a491a19031ea4
parent9bb4d9dfd890372092338cc460b3f921c8be8e31
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>
arch/mips/include/asm/processor.h
arch/mips/kernel/asm-offsets.c
arch/mips/kernel/traps.c