From: Roland McGrath Date: Sat, 15 Mar 2008 00:46:38 +0000 (-0700) Subject: x86: tracehook_signal_handler X-Git-Tag: v2.6.28-rc1~734^2~1^2~3^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=36a033082b5243d45d508c5ccd47a754edbc6821;p=pandora-kernel.git x86: tracehook_signal_handler This makes the x86 signal handling code use tracehook_signal_handler() in place of calling into ptrace guts. The call is moved after the sa_mask processing, but there is no other change. This cleanup doesn't matter to existing debuggers, but is the sensible thing: have all facets of the handler setup complete before the debugger inspects the task again. Signed-off-by: Roland McGrath --- Reading git-diff-tree failed