[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1302444629-17043-1-git-send-email-wanlong.gao@gmail.com>
Date: Sun, 10 Apr 2011 22:10:25 +0800
From: wanlong.gao@...il.com
To: broonie@...nsource.wolfsonmicro.com, geert@...ux-m68k.org,
starvik@...s.com, jesper.nilsson@...s.com, sameo@...ux.intel.com,
ian@...nsource.wolfsonmicro.com, dp@...nsource.wolfsonmicro.com,
lrg@...mlogic.co.uk, James.Bottomley@...e.de, aelder@....com
Cc: linux-kernel@...r.kernel.org, Wanlong Gao <wanlong.gao@...il.com>
Subject: [PATCH 1/5] cris:removed the unused variable
From: Wanlong Gao <wanlong.gao@...il.com>
removed the unused variable "unsigned long tmp".
Signed-off-by: Wanlong Gao <wanlong.gao@...il.com>
---
arch/cris/arch-v32/kernel/ptrace.c | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/arch/cris/arch-v32/kernel/ptrace.c b/arch/cris/arch-v32/kernel/ptrace.c
index 511ece9..42ed6c7 100644
--- a/arch/cris/arch-v32/kernel/ptrace.c
+++ b/arch/cris/arch-v32/kernel/ptrace.c
@@ -115,8 +115,6 @@ void user_disable_single_step(struct task_struct *child)
void
ptrace_disable(struct task_struct *child)
{
- unsigned long tmp;
-
/* Deconfigure SPC and S-bit. */
user_disable_single_step(child);
put_reg(child, PT_SPC, 0);
--
1.7.3
--
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