From: David Howells <dhowells@redhat.com>
To: torvalds@osdl.org, akpm@osdl.org
Cc: linux-kernel@vger.kernel.org
Subject: [PATCH] FRV: Cleanup unused variable
Date: Wed, 30 Mar 2005 12:49:25 +0100 [thread overview]
Message-ID: <28535.1112183365@redhat.com> (raw)
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)))
reply other threads:[~2005-03-30 11:49 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=28535.1112183365@redhat.com \
--to=dhowells@redhat.com \
--cc=akpm@osdl.org \
--cc=linux-kernel@vger.kernel.org \
--cc=torvalds@osdl.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).