Fix following compile error.
+ arch/alpha/kernel/process.c: warning: unused variable 'settls': => 253

Signed-off-by: Masanari Iida <standby2...@gmail.com>
---
 arch/alpha/kernel/process.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/arch/alpha/kernel/process.c b/arch/alpha/kernel/process.c
index a4dc79ba..f8d8f3b 100644
--- a/arch/alpha/kernel/process.c
+++ b/arch/alpha/kernel/process.c
@@ -275,7 +275,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;
-- 
1.8.1.rc2.38.gb10c4ad

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to