From: Roland McGrath Date: Wed, 30 Jan 2008 12:30:51 +0000 (+0100) Subject: ptrace: generic resume X-Git-Tag: v2.6.25-rc1~1143^2~702 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=36df29d7994180cf7f0ccc5d46495855d56d2721;p=pandora-kernel.git ptrace: generic resume This makes ptrace_request handle all the ptrace requests that wake up the traced task. These do low-level ptrace implementation magic that is not arch-specific and should be kept out of arch code. The implementations on each arch usually do the same thing. The new generic code makes use of the arch_has_single_step macro and generic entry points to handle PTRACE_SINGLESTEP. Signed-off-by: Roland McGrath Signed-off-by: Ingo Molnar Signed-off-by: Thomas Gleixner --- Reading git-diff-tree failed