Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 275560
b: refs/heads/master
c: ed96dfb
h: refs/heads/master
v: v3
  • Loading branch information
Mathias Krause authored and Guan Xuetao committed Nov 16, 2011
1 parent 552f81a commit ec698e3
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: 8889023a4ab5f32325b568e7626fd2233cf64fa5
refs/heads/master: ed96dfbcfea92233d27db9d3c77fc91a58c959bf
1 change: 0 additions & 1 deletion trunk/arch/unicore32/include/asm/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, pc, sp) \
({ \
unsigned long *stack = (unsigned long *)sp; \
set_fs(USER_DS); \
memset(regs->uregs, 0, sizeof(regs->uregs)); \
regs->UCreg_asr = USER_MODE; \
regs->UCreg_pc = pc & ~1; /* pc */ \
Expand Down

0 comments on commit ec698e3

Please sign in to comment.