From: David S. Miller Date: Tue, 20 Jan 2009 07:24:42 +0000 (-0800) Subject: sparc: We need to implement arch_ptrace_stop(). X-Git-Tag: v2.6.27.20~90 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f412f397ce0080715f82c22d24b6fda240abfa07;p=pandora-kernel.git sparc: We need to implement arch_ptrace_stop(). [ Upstream commit 878a5535957b563c447d32866a9e606c55fef091 ] In order to always provide fully synchronized state to the debugger, we might need to do a synchronize_user_stack(). A pair of hooks, arch_ptrace_stop_needed() and arch_ptrace_stop(), exist to handle this kind of situation. It was created for the sake of IA64. Use them, to flush the kernel side cached register windows to the user stack, when necessary. Signed-off-by: David S. Miller Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed