]> git.baikalelectronics.ru Git - kernel.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)
commit47647764d3ab81b449549eaa93b093d6b673a75b
treec32138b094a632d056de2fb634e00888a314343c
parentdc07022d571a955a90d6943545b442532e6da536
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