[PATCH] FRV: Cleanup unused variable

From: David Howells
Date: Wed Mar 30 2005 - 06:52:06 EST



The attached patch removes an unused variable from the FRV arch.

Signed-Off-By: David Howells <dhowells@xxxxxxxxxx>
---
warthog>diffstat -p1 frv-cleanup-unused-2612rc1.diff
arch/frv/kernel/signal.c | 1 -
1 files changed, 1 deletion(-)

diff -uNrp /warthog/kernels/linux-2.6.12-rc1/arch/frv/kernel/signal.c linux-2.6.12-rc1-frv-tlbmiss/arch/frv/kernel/signal.c
--- /warthog/kernels/linux-2.6.12-rc1/arch/frv/kernel/signal.c 2005-03-23 17:08:36.000000000 +0000
+++ linux-2.6.12-rc1-frv-tlbmiss/arch/frv/kernel/signal.c 2005-03-30 12:06:35.000000000 +0100
@@ -225,7 +225,6 @@ asmlinkage int sys_rt_sigreturn(void)
{
struct rt_sigframe __user *frame = (struct rt_sigframe __user *) __frame->sp;
sigset_t set;
- stack_t st;
int gr8;

if (!access_ok(VERIFY_READ, frame, sizeof(*frame)))
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/