linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] FRV: Cleanup unused variable
@ 2005-03-30 11:49 David Howells
  0 siblings, 0 replies; only message in thread
From: David Howells @ 2005-03-30 11:49 UTC (permalink / raw)
  To: torvalds, akpm; +Cc: linux-kernel


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

Signed-Off-By: David Howells <dhowells@redhat.com>
---
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)))

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2005-03-30 11:49 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-03-30 11:49 [PATCH] FRV: Cleanup unused variable David Howells

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).