]> git.baikalelectronics.ru Git - kernel.git/commit
MIPS: Move register dump routines out of ptrace code
authorMarcin Nowakowski <marcin.nowakowski@imgtec.com>
Mon, 21 Nov 2016 10:23:38 +0000 (11:23 +0100)
committerRalf Baechle <ralf@linux-mips.org>
Tue, 3 Jan 2017 15:34:44 +0000 (16:34 +0100)
commitb2f712847acfc72e6935fde4e02fb59d5c39ac0f
tree233930faca8e590246adbbc19514d9f8bf6a5b82
parent35350694bc4e46d5cfe1bbb50f40381a57bf3470
MIPS: Move register dump routines out of ptrace code

Current register dump methods for MIPS are implemented inside ptrace
methods, but there will be other uses in the kernel for them, so keep
them separately in process.c and use those definitions for ptrace
instead.

Signed-off-by: Marcin Nowakowski <marcin.nowakowski@imgtec.com>
Cc: linux-mips@linux-mips.org
Patchwork: https://patchwork.linux-mips.org/patch/14587/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/include/asm/elf.h
arch/mips/kernel/process.c
arch/mips/kernel/ptrace.c