Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 258979
b: refs/heads/master
c: c0ce5b6
h: refs/heads/master
i:
  258977: 406b03d
  258975: 63a7284
v: v3
  • Loading branch information
Mathias Krause authored and Linus Torvalds committed Jul 26, 2011
1 parent 7672e94 commit e57c144
Show file tree
Hide file tree
Showing 2 changed files with 1 addition 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: 7213de044e11856f5c2aee0e43eff8dc507d421c
refs/heads/master: c0ce5b673457123406f19e616bb8cf20a0c12cb5
1 change: 0 additions & 1 deletion trunk/arch/um/kernel/exec.c
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ void flush_thread(void)

void start_thread(struct pt_regs *regs, unsigned long eip, unsigned long esp)
{
set_fs(USER_DS);
PT_REGS_IP(regs) = eip;
PT_REGS_SP(regs) = esp;
}
Expand Down

0 comments on commit e57c144

Please sign in to comment.