]> git.baikalelectronics.ru Git - kernel.git/commit
MIPS: BCM5xxx: Remove dead init_fpu code
authorPaul Burton <paul.burton@mips.com>
Wed, 7 Nov 2018 23:13:58 +0000 (23:13 +0000)
committerPaul Burton <paul.burton@mips.com>
Thu, 8 Nov 2018 19:20:57 +0000 (11:20 -0800)
commitecc8916703c9ab926730a50721b6c7c46a065474
tree53e4b55ae84226f723966864fcce81b302679317
parent453709767e04e3a1fb3647dd27c4fc263f919b2b
MIPS: BCM5xxx: Remove dead init_fpu code

The BMIPS5xxx core_init function contains a call to an init_fpu function
inside an #ifdef whose condition never evaluates true. Remove the dead
code. FPU initialization happens later, primarily when a userland
program attempts to use it.

Signed-off-by: Paul Burton <paul.burton@mips.com>
Patchwork: https://patchwork.linux-mips.org/patch/21018/
Cc: linux-mips@linux-mips.org
arch/mips/kernel/bmips_5xxx_init.S