From: Christoph Hellwig Date: Tue, 16 Oct 2007 08:26:34 +0000 (-0700) Subject: alpha: convert to generic sys_ptrace X-Git-Tag: v2.6.24-rc1~1092 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a5f833f3c1961488733bf645b011b6350ee5c7be;p=pandora-kernel.git alpha: convert to generic sys_ptrace This patch converts alpha to the generic sys_ptrace. We use force_successful_syscall_return to avoid having to pass the pt_regs pointer down to the function. I think the removal of the assemly stub is correct, but I could only compile-test this patch, so please give it a spin before commiting :) Signed-off-by: Christoph Hellwig Cc: Richard Henderson Cc: Ivan Kokshaysky Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed