Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 257878
b: refs/heads/master
c: a64b384
h: refs/heads/master
v: v3
  • Loading branch information
Mathias Krause authored and Mike Frysinger committed Jul 23, 2011
1 parent 6cc529f commit accb9d1
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: 979365ba4e4f29dd1b6f985bba66426423a26f27
refs/heads/master: a64b384818b328aaea02914f8616e07631083f2f
1 change: 0 additions & 1 deletion trunk/arch/blackfin/kernel/process.c
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,6 @@ EXPORT_SYMBOL(kernel_thread);
*/
void start_thread(struct pt_regs *regs, unsigned long new_ip, unsigned long new_sp)
{
set_fs(USER_DS);
regs->pc = new_ip;
if (current->mm)
regs->p5 = current->mm->start_data;
Expand Down

0 comments on commit accb9d1

Please sign in to comment.