Skip to content

Commit 828d1e4

Browse files
mpredfearnralfbaechle
authored andcommitted
MIPS: Remove dead define of ST_OFF
Commit 1a3d595 ("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>
1 parent 1f83f5e commit 828d1e4

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

arch/mips/kernel/r4k_switch.S

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,6 @@
2525
/* preprocessor replaces the fp in ".set fp=64" with $30 otherwise */
2626
#undef fp
2727

28-
/*
29-
* Offset to the current process status flags, the first 32 bytes of the
30-
* stack are not used.
31-
*/
32-
#define ST_OFF (_THREAD_SIZE - 32 - PT_SIZE + PT_STATUS)
33-
3428
#ifndef USE_ALTERNATE_RESUME_IMPL
3529
/*
3630
* task_struct *resume(task_struct *prev, task_struct *next,

0 commit comments

Comments
 (0)