MIPS: ptrace: Drop cp0_tcstatus from regoffset_table[]
authorJames Hogan <james.hogan@imgtec.com>
Tue, 22 Dec 2015 13:56:39 +0000 (13:56 +0000)
committerRalf Baechle <ralf@linux-mips.org>
Sun, 24 Jan 2016 01:24:24 +0000 (02:24 +0100)
commit555fae60b2bbb2d6282d82c5321d3adfa85b22ae
tree931af1c481f03142766bac0ecc430f707cb298fd
parent8cbe4b5cbc6fe7cecfc74af82559f50ee3a7e417
MIPS: ptrace: Drop cp0_tcstatus from regoffset_table[]

The cp0_tcstatus member of struct pt_regs was removed along with the
rest of SMTC in v3.16, commit b633648c5ad3 ("MIPS: MT: Remove SMTC
support"), however recent uprobes support in v4.3 added back a reference
to it in the regoffset_table[] in ptrace.c. Remove it.

Signed-off-by: James Hogan <james.hogan@imgtec.com>
Fixes: 40e084a506eb ("MIPS: Add uprobes support.")
Cc: linux-mips@linux-mips.org
Patchwork: https://patchwork.linux-mips.org/patch/11920/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/kernel/ptrace.c