[<prev] [next>] [day] [month] [year] [list]
Message-Id: <1356441886-8475-1-git-send-email-standby24x7@gmail.com>
Date: Tue, 25 Dec 2012 22:24:46 +0900
From: Masanari Iida <standby24x7@...il.com>
To: rth@...ddle.net, ink@...assic.park.msu.ru, mattst88@...il.com,
linux-kernel@...r.kernel.org, linux-alpha@...r.kernel.org
Cc: Masanari Iida <standby24x7@...il.com>
Subject: [PATCH] alpha: Fix compile error "unused variable 'settls'
Fix following compile error.
+ arch/alpha/kernel/process.c: warning: unused variable 'settls': => 253
Signed-off-by: Masanari Iida <standby24x7@...il.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 majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists