Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 260390
b: refs/heads/master
c: adc400f
h: refs/heads/master
v: v3
  • Loading branch information
Mathias Krause authored and Linus Torvalds committed Jul 26, 2011
1 parent 71e0d86 commit ec4bb00
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 6 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: 6fd4ce886440c7a1b08b6642e606ee19097829df
refs/heads/master: adc400f69053b16756ff3b00daa64884c8df0787
1 change: 0 additions & 1 deletion trunk/arch/frv/include/asm/processor.h
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,6 @@ extern struct task_struct *__kernel_current_task;
*/
#define start_thread(_regs, _pc, _usp) \
do { \
set_fs(USER_DS); /* reads from user space */ \
__frame = __kernel_frame0_ptr; \
__frame->pc = (_pc); \
__frame->psr &= ~PSR_S; \
Expand Down
5 changes: 1 addition & 4 deletions trunk/arch/frv/kernel/process.c
Original file line number Diff line number Diff line change
Expand Up @@ -143,10 +143,7 @@ void machine_power_off(void)

void flush_thread(void)
{
#if 0 //ndef NO_FPU
unsigned long zero = 0;
#endif
set_fs(USER_DS);
/* nothing */
}

inline unsigned long user_stack(const struct pt_regs *regs)
Expand Down

0 comments on commit ec4bb00

Please sign in to comment.