]> Pileus Git - ~andy/linux/commitdiff
alpha: remove stray debris left in copy_process()
authorAl Viro <viro@zeniv.linux.org.uk>
Sun, 23 Dec 2012 17:37:10 +0000 (12:37 -0500)
committerAl Viro <viro@zeniv.linux.org.uk>
Sun, 3 Feb 2013 23:15:45 +0000 (18:15 -0500)
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
arch/alpha/kernel/process.c

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