|
@@ -250,7 +250,6 @@ copy_thread(unsigned long clone_flags, unsigned long usp,
|
|
struct pt_regs *childregs = task_pt_regs(p);
|
|
struct pt_regs *childregs = task_pt_regs(p);
|
|
struct pt_regs *regs = current_pt_regs();
|
|
struct pt_regs *regs = current_pt_regs();
|
|
struct switch_stack *childstack, *stack;
|
|
struct switch_stack *childstack, *stack;
|
|
- unsigned long settls;
|
|
|
|
|
|
|
|
childstack = ((struct switch_stack *) childregs) - 1;
|
|
childstack = ((struct switch_stack *) childregs) - 1;
|
|
childti->pcb.ksp = (unsigned long) childstack;
|
|
childti->pcb.ksp = (unsigned long) childstack;
|