|
@@ -1211,12 +1211,6 @@ static long x32_arch_ptrace(struct task_struct *child,
|
|
|
0, sizeof(struct user_i387_struct),
|
|
|
datap);
|
|
|
|
|
|
- /* normal 64bit interface to access TLS data.
|
|
|
- Works just like arch_prctl, except that the arguments
|
|
|
- are reversed. */
|
|
|
- case PTRACE_ARCH_PRCTL:
|
|
|
- return do_arch_prctl(child, data, addr);
|
|
|
-
|
|
|
default:
|
|
|
return compat_ptrace_request(child, request, addr, data);
|
|
|
}
|