From: Roland McGrath Date: Wed, 30 Jan 2008 12:30:52 +0000 (+0100) Subject: x86: x86-32 ptrace debugreg cleanup X-Git-Tag: v2.6.25-rc1~1143^2~693 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d9771e8c50020bb1b4ca9eca9c188874ff126aa4;p=pandora-kernel.git x86: x86-32 ptrace debugreg cleanup This cleans up the 32-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 match the new 64-bit entry points for parity, but they don't need to be global. Signed-off-by: Roland McGrath Signed-off-by: Ingo Molnar Signed-off-by: Thomas Gleixner --- Reading git-diff-tree failed