diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2012-12-23 12:37:10 -0500 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2013-02-03 18:15:45 -0500 |
commit | 691f6903dc389606b28b2200ecc0bcf1f53e548c (patch) | |
tree | 6e2db1c526e37242aadaae1ed38d2a5cbab1599c /arch/alpha/kernel/process.c | |
parent | 0aa0203fb43f04714004b2c4ad33b858e240555d (diff) |
alpha: remove stray debris left in copy_process()
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'arch/alpha/kernel/process.c')
-rw-r--r-- | arch/alpha/kernel/process.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/alpha/kernel/process.c b/arch/alpha/kernel/process.c index b5d0d0923699..63d27fb9b023 100644 --- a/arch/alpha/kernel/process.c +++ b/arch/alpha/kernel/process.c | |||
@@ -250,7 +250,6 @@ copy_thread(unsigned long clone_flags, unsigned long usp, | |||
250 | struct pt_regs *childregs = task_pt_regs(p); | 250 | struct pt_regs *childregs = task_pt_regs(p); |
251 | struct pt_regs *regs = current_pt_regs(); | 251 | struct pt_regs *regs = current_pt_regs(); |
252 | struct switch_stack *childstack, *stack; | 252 | struct switch_stack *childstack, *stack; |
253 | unsigned long settls; | ||
254 | 253 | ||
255 | childstack = ((struct switch_stack *) childregs) - 1; | 254 | childstack = ((struct switch_stack *) childregs) - 1; |
256 | childti->pcb.ksp = (unsigned long) childstack; | 255 | childti->pcb.ksp = (unsigned long) childstack; |