Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 277470
b: refs/heads/master
c: 98b8b99
h: refs/heads/master
v: v3
  • Loading branch information
H Hartley Sweeten authored and Ingo Molnar committed Dec 5, 2011
1 parent aefb689 commit 5a4dcb3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 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: cced40229993bb63238299e48a22e4c8d1e13181
refs/heads/master: 98b8b99ae1233a5408b136544e900a9cfb46e08f
3 changes: 2 additions & 1 deletion trunk/arch/x86/kernel/ptrace.c
Original file line number Diff line number Diff line change
Expand Up @@ -749,7 +749,8 @@ static int ptrace_set_breakpoint_addr(struct task_struct *tsk, int nr,
/*
* Handle PTRACE_POKEUSR calls for the debug register area.
*/
int ptrace_set_debugreg(struct task_struct *tsk, int n, unsigned long val)
static int ptrace_set_debugreg(struct task_struct *tsk, int n,
unsigned long val)
{
struct thread_struct *thread = &(tsk->thread);
int rc = 0;
Expand Down

0 comments on commit 5a4dcb3

Please sign in to comment.