Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 332969
b: refs/heads/master
c: 344569a
h: refs/heads/master
i:
  332967: 67051a3
v: v3
  • Loading branch information
Al Viro committed Sep 20, 2012
1 parent 58815fa commit 5d25188
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: ab286b21aa95c9c46421c59a96bf7745ba2866ca
refs/heads/master: 344569aef36970f3b08cbd45cd19a941edc8066f
1 change: 1 addition & 0 deletions trunk/arch/um/kernel/exec.c
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ void flush_thread(void)

void start_thread(struct pt_regs *regs, unsigned long eip, unsigned long esp)
{
get_safe_registers(regs->regs.gp, regs->regs.fp);
PT_REGS_IP(regs) = eip;
PT_REGS_SP(regs) = esp;
current->ptrace &= ~PT_DTRACE;
Expand Down

0 comments on commit 5d25188

Please sign in to comment.