Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 1000
b: refs/heads/master
c: 3a0a64e
h: refs/heads/master
v: v3
  • Loading branch information
Bodo Stroesser authored and Linus Torvalds committed May 5, 2005
1 parent 2dc1a75 commit 9700eae
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 19 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 7c5131a501e9e8549f74d807c37fde76008ef95a
refs/heads/master: 3a0a64e6c917b2ccc311cf978cc9d7eef7b31c47
15 changes: 2 additions & 13 deletions trunk/arch/um/include/skas_ptrace.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,22 +6,11 @@
#ifndef __SKAS_PTRACE_H
#define __SKAS_PTRACE_H

struct ptrace_faultinfo {
int is_write;
unsigned long addr;
};

struct ptrace_ldt {
int func;
void *ptr;
unsigned long bytecount;
};

#define PTRACE_FAULTINFO 52
#define PTRACE_SIGPENDING 53
#define PTRACE_LDT 54
#define PTRACE_SWITCH_MM 55

#include "sysdep/skas_ptrace.h"

#endif

/*
Expand Down
5 changes: 0 additions & 5 deletions trunk/arch/um/kernel/ptrace.c
Original file line number Diff line number Diff line change
Expand Up @@ -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: {
Expand Down

0 comments on commit 9700eae

Please sign in to comment.