MIPS: Remove unused ST_OFF from r2300_switch.S
authorPaul Burton <paul.burton@imgtec.com>
Mon, 5 Jun 2017 18:21:30 +0000 (11:21 -0700)
committerRalf Baechle <ralf@linux-mips.org>
Tue, 29 Aug 2017 13:21:51 +0000 (15:21 +0200)
commitdf4c87f5a3d81c7c5518ab08f8642e828e00d469
tree8ec13e0fd89a966ae0d4d72ca23437c491d0ad24
parent423fb0d50890dd48907298e7453faaeb5185b814
MIPS: Remove unused ST_OFF from r2300_switch.S

Commit 1a3d59579b9f ("MIPS: Tidy up FPU context switching") removed
usage of ST_OFF, leaving it behind as dead code. Commit 828d1e4e9865
("MIPS: Remove dead define of ST_OFF") then removed the definition of
ST_OFF from r4k_switch.S as a cleanup. However the unused definition of
ST_OFF has been left behind in r2300_switch.S. Remove it.

Signed-off-by: Paul Burton <paul.burton@imgtec.com>
Cc: linux-mips@linux-mips.org
Patchwork: https://patchwork.linux-mips.org/patch/16239/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/kernel/r2300_switch.S