commit | 962ff3804d31a4d090bbcbd3d06a4b63e3a5b5fd | [log] [tgz] |
---|---|---|
author | Roland McGrath <roland@redhat.com> | Wed Jan 30 13:30:52 2008 +0100 |
committer | Ingo Molnar <mingo@elte.hu> | Wed Jan 30 13:30:52 2008 +0100 |
tree | 46e45a1076777b7454fd026f006f7517229b34b7 | |
parent | e4aed6cc45f06acd35e3dfbbaf632c5d5aa897c0 [diff] |
x86: x86-64 ptrace debugreg cleanup This cleans up the 64-bit ptrace code to separate the guts of the debug register access from the implementation of PTRACE_PEEKUSR and PTRACE_POKEUSR. The new functions ptrace_[gs]et_debugreg are made global so that the ia32 code can later be changed to call them too. Signed-off-by: Roland McGrath <roland@redhat.com> Signed-off-by: Ingo Molnar <mingo@elte.hu> Signed-off-by: Thomas Gleixner <tglx@linutronix.de>