Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 258975
b: refs/heads/master
c: b7de110
h: refs/heads/master
i:
  258973: 92c4f63
  258971: e13af73
  258967: 0d44296
  258959: 0f14f8d
  258943: d7d5e59
v: v3
  • Loading branch information
Mathias Krause authored and Linus Torvalds committed Jul 26, 2011
1 parent 4cf5ef6 commit 63a7284
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 7 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: f796062598235b9f73086d0fb779e120ae9581a0
refs/heads/master: b7de110044b4e26adcb7b278d14da93133692ed7
4 changes: 0 additions & 4 deletions trunk/arch/m68k/include/asm/processor.h
Original file line number Diff line number Diff line change
Expand Up @@ -105,9 +105,6 @@ struct thread_struct {
static inline void start_thread(struct pt_regs * regs, unsigned long pc,
unsigned long usp)
{
/* reads from user space */
set_fs(USER_DS);

regs->pc = pc;
regs->sr &= ~0x2000;
wrusp(usp);
Expand All @@ -129,7 +126,6 @@ extern int handle_kernel_fault(struct pt_regs *regs);

#define start_thread(_regs, _pc, _usp) \
do { \
set_fs(USER_DS); /* reads from user space */ \
(_regs)->pc = (_pc); \
((struct switch_stack *)(_regs))[-1].a6 = 0; \
reformat(_regs); \
Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/m68k/kernel/process_mm.c
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ EXPORT_SYMBOL(kernel_thread);
void flush_thread(void)
{
unsigned long zero = 0;
set_fs(USER_DS);

current->thread.fs = __USER_DS;
if (!FPU_IS_EMU)
asm volatile (".chip 68k/68881\n\t"
Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/m68k/kernel/process_no.c
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ void flush_thread(void)
#ifdef CONFIG_FPU
unsigned long zero = 0;
#endif
set_fs(USER_DS);

current->thread.fs = __USER_DS;
#ifdef CONFIG_FPU
if (!FPU_IS_EMU)
Expand Down

0 comments on commit 63a7284

Please sign in to comment.