diff options
author | Matt Redfearn <matt.redfearn@imgtec.com> | 2017-04-06 12:29:06 +0200 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2017-04-12 13:52:21 +0200 |
commit | 828d1e4e98654e2284496e2fd7f9605ba04ef02a (patch) | |
tree | 8f8852212b15da73614b00ad3f783a349f2969b3 /arch/mips/kernel/r4k_switch.S | |
parent | MIPS: Use common outgoing-CPU-notification code (diff) | |
download | linux-828d1e4e98654e2284496e2fd7f9605ba04ef02a.tar.xz linux-828d1e4e98654e2284496e2fd7f9605ba04ef02a.zip |
MIPS: Remove dead define of ST_OFF
Commit 1a3d59579b9f ("MIPS: Tidy up FPU context switching") removed the
last usage of the macro ST_OFF. Remove the dead code.
Signed-off-by: Matt Redfearn <matt.redfearn@imgtec.com>
Cc: James Hogan <james.hogan@imgtec.com>
Cc: Paul Burton <paul.burton@imgtec.com>
Cc: trivial@kernel.org
Cc: linux-mips@linux-mips.org
Cc: linux-kernel@vger.kernel.org
Patchwork: https://patchwork.linux-mips.org/patch/15898/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to '')
-rw-r--r-- | arch/mips/kernel/r4k_switch.S | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/arch/mips/kernel/r4k_switch.S b/arch/mips/kernel/r4k_switch.S index 758577861523..7b386d54fd65 100644 --- a/arch/mips/kernel/r4k_switch.S +++ b/arch/mips/kernel/r4k_switch.S @@ -25,12 +25,6 @@ /* preprocessor replaces the fp in ".set fp=64" with $30 otherwise */ #undef fp -/* - * Offset to the current process status flags, the first 32 bytes of the - * stack are not used. - */ -#define ST_OFF (_THREAD_SIZE - 32 - PT_SIZE + PT_STATUS) - #ifndef USE_ALTERNATE_RESUME_IMPL /* * task_struct *resume(task_struct *prev, task_struct *next, |