* [PATCH] alpha: Fix compile error "unused variable 'settls'
@ 2012-12-25 13:24 Masanari Iida
0 siblings, 0 replies; only message in thread
From: Masanari Iida @ 2012-12-25 13:24 UTC (permalink / raw)
To: rth, ink, mattst88, linux-kernel, linux-alpha; +Cc: Masanari Iida
Fix following compile error.
+ arch/alpha/kernel/process.c: warning: unused variable 'settls': => 253
Signed-off-by: Masanari Iida <standby24x7@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
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2012-12-25 13:24 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-12-25 13:24 [PATCH] alpha: Fix compile error "unused variable 'settls' Masanari Iida
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).