commit | 69f447cffb911bb2d9737fa905f6d983ec2aa5d3 | [log] [tgz] |
---|---|---|
author | Roman Zippel <zippel@linux-m68k.org> | Sat Sep 03 15:57:08 2005 -0700 |
committer | Linus Torvalds <torvalds@evo.osdl.org> | Mon Sep 05 00:06:19 2005 -0700 |
tree | ee1f932ab2ffb6ff923ef20c708787875f3862bb | |
parent | b3319f50acbe3a26c258cdd899b9baa2e5e94efc [diff] |
[PATCH] m68k: sys_ptrace cleanup - create helper function singlestep_disable() - move variable definitions to the top of the function - use "out_eio" label as common error destination - don't clear failure value for PTRACE_SETREGS/PTRACE_GETREGS Signed-off-by: Roman Zippel <zippel@linux-m68k.org> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>