]> git.baikalelectronics.ru Git - kernel.git/commit
MIPS: Move & rename fpu_emulator_{save,restore}_context
authorPaul Burton <paul.burton@imgtec.com>
Mon, 27 Jan 2014 15:23:02 +0000 (15:23 +0000)
committerRalf Baechle <ralf@linux-mips.org>
Wed, 26 Mar 2014 22:09:09 +0000 (23:09 +0100)
commit7a74eb71489cf862892973fc199c7e4146a701d5
treed01478041879e4d01aef8e1b544575428000caa5
parent72e93c6d9c89bbb4b92e05b54a581f265dbccaf3
MIPS: Move & rename fpu_emulator_{save,restore}_context

These functions aren't directly related to the FPU emulator at all, they
simply copy between a thread's saved context & a sigcontext. Thus move
them to the appropriate signal files & rename them accordingly. This
makes it clearer that the functions don't require the FPU emulator in
any way.

Signed-off-by: Paul Burton <paul.burton@imgtec.com>
Reviewed-by: Qais Yousef <qais.yousef@imgtec.com>
Cc: linux-mips@linux-mips.org
Patchwork: https://patchwork.linux-mips.org/patch/6422/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/kernel/signal.c
arch/mips/kernel/signal32.c
arch/mips/math-emu/kernel_linkage.c