Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 221710
b: refs/heads/master
c: 8818b67
h: refs/heads/master
v: v3
  • Loading branch information
Richard Weinberger authored and Linus Torvalds committed Nov 12, 2010
1 parent 7bbb4f8 commit 90a628d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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: f6614b7bb405a9b35dd28baea989a749492c46b2
refs/heads/master: 8818b6719f1ecfdc1f27761704d0c9e2cbc48250
4 changes: 2 additions & 2 deletions trunk/arch/um/include/asm/ptrace-generic.h
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ struct pt_regs {

struct task_struct;

extern long subarch_ptrace(struct task_struct *child, long request, long addr,
long data);
extern long subarch_ptrace(struct task_struct *child, long request,
unsigned long addr, unsigned long data);
extern unsigned long getreg(struct task_struct *child, int regno);
extern int putreg(struct task_struct *child, int regno, unsigned long value);
extern int get_fpregs(struct user_i387_struct __user *buf,
Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/um/kernel/ptrace.c
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ long arch_ptrace(struct task_struct *child, long request,
break;

case PTRACE_SET_THREAD_AREA:
ret = ptrace_set_thread_area(child, addr, datavp);
ret = ptrace_set_thread_area(child, addr, vp);
break;

case PTRACE_FAULTINFO: {
Expand Down

0 comments on commit 90a628d

Please sign in to comment.