[PATCH] uml: header and code cleanup
Remove some definitions and declarations from arch/um/include/skas_ptrace.h, as they have moved to arch/um/include/sysdep/skas_ptrace.h Also, remove PTRACE_SIGPENDING support in UML at all. Signed-off-by: Bodo Stroesser <bstroesser@fujitsu-siemens.com> Signed-off-by: Jeff Dike <jdike@addtoit.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:
committed by
Linus Torvalds
parent
7c5131a501
commit
3a0a64e6c9
@ -263,11 +263,6 @@ long sys_ptrace(long request, long pid, long addr, long data)
|
||||
break;
|
||||
break;
|
||||
}
|
||||
case PTRACE_SIGPENDING:
|
||||
ret = copy_to_user((unsigned long __user *) data,
|
||||
&child->pending.signal,
|
||||
sizeof(child->pending.signal));
|
||||
break;
|
||||
|
||||
#ifdef PTRACE_LDT
|
||||
case PTRACE_LDT: {
|
||||
|
Reference in New Issue
Block a user