Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 334415
b: refs/heads/master
c: ce7bfc7
h: refs/heads/master
i:
  334413: f64828c
  334411: f73d72d
  334407: 79983a5
  334399: 81eba23
v: v3
  • Loading branch information
David Howells authored and Linus Torvalds committed Oct 17, 2012
1 parent a6209c5 commit 190bb15
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: 819e1c53ac6410f0ffbc2ee36b7de96988cdcf32
refs/heads/master: ce7bfc7cde0acd46a1d342fd64a0be15ad9e7930
2 changes: 1 addition & 1 deletion trunk/arch/frv/kernel/process.c
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ int copy_thread(unsigned long clone_flags,
memset(childregs, 0, sizeof(struct pt_regs));
childregs->gr9 = usp; /* function */
childregs->gr8 = arg;
chilregs->psr = PSR_S;
childregs->psr = PSR_S;
p->thread.pc = (unsigned long) ret_from_kernel_thread;
save_user_regs(p->thread.user);
return 0;
Expand Down

0 comments on commit 190bb15

Please sign in to comment.