commit | 5a4646a4efed8c835f76c3b88f3155f6ab5b8d9b | [log] [tgz] |
---|---|---|
author | Roland McGrath <roland@redhat.com> | Wed Jan 30 13:31:54 2008 +0100 |
committer | Ingo Molnar <mingo@elte.hu> | Wed Jan 30 13:31:54 2008 +0100 |
tree | ec056ab850e3551e4e7e046d7652d3b01e311b05 | |
parent | 975511be74d1b82bf041aaed2861a242abfe3886 [diff] |
x86: x86 ptrace user_regset This cleans up the PTRACE_*REGS* request code so each one is just a simple call to copy_regset_to_user or copy_regset_from_user. The ptrace layouts already match the user_regset formats (core dump formats). Signed-off-by: Roland McGrath <roland@redhat.com> Signed-off-by: Ingo Molnar <mingo@elte.hu> Signed-off-by: Thomas Gleixner <tglx@linutronix.de>