]> git.baikalelectronics.ru Git - kernel.git/commit
MIPS: OCTEON: Delete unused COP2 saving code
authorAleksey Makarov <aleksey.makarov@auriga.com>
Thu, 15 Jan 2015 13:11:09 +0000 (16:11 +0300)
committerRalf Baechle <ralf@linux-mips.org>
Fri, 20 Feb 2015 14:30:23 +0000 (15:30 +0100)
commit8b9de5f46ca8163e1b3e69a7f4748c06f5f0c4ff
treedc25d2c527a6f16c1a4a2752195fe40da9ebfd4b
parentc5b27c414403678e7c9d597f43f362a1ccdc8f8b
MIPS: OCTEON: Delete unused COP2 saving code

Commit 0717a77293de ("MIPS: Move cop2 save/restore to switch_to()")
removes assembler code to store COP2 registers.  Commit
e9e27fd9b5c3 ("MIPS: OCTEON: Enable use of FPU") mistakenly
restores it

Fixes: e9e27fd9b5c3 ("MIPS: OCTEON: Enable use of FPU")
Signed-off-by: Aleksey Makarov <aleksey.makarov@auriga.com>
Cc: linux-mips@linux-mips.org
Cc: linux-kernel@vger.kernel.org
Cc: David Daney <david.daney@cavium.com>
Patchwork: https://patchwork.linux-mips.org/patch/8937/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/kernel/octeon_switch.S