]> asedeno.scripts.mit.edu Git - linux.git/commit
MIPS: ptrace: Remove FP support when CONFIG_MIPS_FP_SUPPORT=n
authorPaul Burton <paul.burton@mips.com>
Wed, 7 Nov 2018 23:14:07 +0000 (23:14 +0000)
committerPaul Burton <paul.burton@mips.com>
Fri, 9 Nov 2018 18:23:17 +0000 (10:23 -0800)
commit6c79759eca6280809e992a930412cafc120c98aa
treec32138b094a632d056de2fb634e00888a314343c
parent85164fd8b053200cfc811d7a77afeb507968226c
MIPS: ptrace: Remove FP support when CONFIG_MIPS_FP_SUPPORT=n

When CONFIG_MIPS_FP_SUPPORT=n we don't support floating point, so remove
the related ptrace support. Besides removing code which should not be
needed, this prepares us for the removal of FPU state in struct
task_struct which this code requires.

Signed-off-by: Paul Burton <paul.burton@mips.com>
Patchwork: https://patchwork.linux-mips.org/patch/21008/
Cc: linux-mips@linux-mips.org
arch/mips/kernel/ptrace.c
arch/mips/kernel/ptrace32.c