]> git.baikalelectronics.ru Git - kernel.git/commit
MIPS: Replace hardcoded 32 with NUM_FPU_REGS in ptrace
authorPaul Burton <paul.burton@imgtec.com>
Mon, 27 Jan 2014 15:23:04 +0000 (15:23 +0000)
committerRalf Baechle <ralf@linux-mips.org>
Wed, 26 Mar 2014 22:09:09 +0000 (23:09 +0100)
commit4765f98e20a9e4a34030b540ad04d8f2d2f5c7bf
tree7acb04144c5ec79f7f416fed51ece88171f580e4
parentec2aefa01fad7f7aa46c0736d9363b16f377e291
MIPS: Replace hardcoded 32 with NUM_FPU_REGS in ptrace

NUM_FPU_REGS just makes it clearer what's going on, rather than the
magic hard coded 32.

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