commit | 08c941bf6ec523d666a78f86e3d696ed45dfb6e5 | [log] [tgz] |
---|---|---|
author | Marcin Nowakowski <marcin.nowakowski@imgtec.com> | Mon Nov 21 11:23:38 2016 +0100 |
committer | Ralf Baechle <ralf@linux-mips.org> | Tue Jan 03 16:34:44 2017 +0100 |
tree | 233930faca8e590246adbbc19514d9f8bf6a5b82 | |
parent | bff323d5653cf0ad83391b5a5f4ec7cc32acad1a [diff] |
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>