Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 258977
b: refs/heads/master
c: 5ec80e5
h: refs/heads/master
i:
  258975: 63a7284
v: v3
  • Loading branch information
Mathias Krause authored and Linus Torvalds committed Jul 26, 2011
1 parent f9accad commit 406b03d
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 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: ce1bb7afc5648056cf66896c4aebc0062bb12f79
refs/heads/master: 5ec80e50e11bcc3f39e47b9dc73110dbc58e4780
1 change: 0 additions & 1 deletion trunk/arch/cris/include/arch-v10/arch/processor.h
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ struct thread_struct {
*/

#define start_thread(regs, ip, usp) do { \
set_fs(USER_DS); \
regs->irp = ip; \
regs->dccr |= 1 << U_DCCR_BITNR; \
wrusp(usp); \
Expand Down
1 change: 0 additions & 1 deletion trunk/arch/cris/include/arch-v32/arch/processor.h
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ struct thread_struct {
*/
#define start_thread(regs, ip, usp) \
do { \
set_fs(USER_DS); \
regs->erp = ip; \
regs->ccs |= 1 << (U_CCS_BITNR + CCS_SHIFT); \
wrusp(usp); \
Expand Down

0 comments on commit 406b03d

Please sign in to comment.