[PATCH] alpha: Fix compile error "unused variable 'settls'

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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

Signed-off-by: Masanari Iida <standby24x7@xxxxxxxxx>
---
 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-alpha" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[Index of Archives]     [Netdev]     [Linux Wireless]     [Kernel Newbies]     [Security]     [Linux for Hams]     [Netfilter]     [Bugtraq]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux RAID]     [Linux Admin]     [Samba]

  Powered by Linux