diff options
author | 2018-11-07 23:14:08 +0000 | |
---|---|---|
committer | 2018-11-09 10:23:17 -0800 | |
commit | 4eec81d7d8b212766d04da8b30c07715a32b5dfb (patch) | |
tree | 02d144f381c5ca94b4ec41a4b3f4ed5dd1df5ffa /arch/mips/include/asm/processor.h | |
parent | MIPS: ptrace: Remove FP support when CONFIG_MIPS_FP_SUPPORT=n (diff) | |
download | wireguard-linux-4eec81d7d8b212766d04da8b30c07715a32b5dfb.tar.xz wireguard-linux-4eec81d7d8b212766d04da8b30c07715a32b5dfb.zip |
MIPS: signal: Remove FP context support when CONFIG_MIPS_FP_SUPPORT=n
When CONFIG_MIPS_FP_SUPPORT=n we don't support floating point, so
there's no need to save & restore floating point context around signals.
This prepares us for the removal of FP context from struct task_struct
later.
Since MSA context is a superset of FP context support for it similarly
needs to be removed when MSA/FP support is disabled.
Signed-off-by: Paul Burton <paul.burton@mips.com>
Patchwork: https://patchwork.linux-mips.org/patch/21009/
Cc: linux-mips@linux-mips.org
Diffstat (limited to 'arch/mips/include/asm/processor.h')
0 files changed, 0 insertions, 0 deletions