Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 190315
b: refs/heads/master
c: 9e584fb
h: refs/heads/master
i:
  190313: 5ca201a
  190311: c453f2a
v: v3
  • Loading branch information
Peter Huewe authored and Linus Torvalds committed Apr 27, 2010
1 parent 9c3b8e7 commit 9270708
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 16a5b3c4143fc7f6cbe0ef9fd4e9a58376f91506
refs/heads/master: 9e584fbbd9fd4f0f10b8aafc9982df8d0b553e35
2 changes: 1 addition & 1 deletion trunk/arch/avr32/kernel/ptrace.c
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ static struct pt_regs *get_user_regs(struct task_struct *tsk)
THREAD_SIZE - sizeof(struct pt_regs));
}

static void user_enable_single_step(struct task_struct *tsk)
void user_enable_single_step(struct task_struct *tsk)
{
pr_debug("user_enable_single_step: pid=%u, PC=0x%08lx, SR=0x%08lx\n",
tsk->pid, task_pt_regs(tsk)->pc, task_pt_regs(tsk)->sr);
Expand Down

0 comments on commit 9270708

Please sign in to comment.