From: Adrian Bunk <bunk@stusta.de>
To: Pavel Machek <pavel@suse.cz>, Patrick Mochel <mochel@osdl.org>
Cc: linux-kernel@vger.kernel.org
Subject: [2.6 patch] i386/power/cpu.c: remove three unused variables
Date: Sun, 16 Jan 2005 09:11:10 +0100 [thread overview]
Message-ID: <20050116081110.GI4274@stusta.de> (raw)
The patch below removes three unused variables.
Please check whether this patch is correct, or whether the variables
should have been used.
Signed-off-by: Adrian Bunk <bunk@stusta.de>
--- linux-2.6.11-rc1-mm1-full/arch/i386/power/cpu.c.old 2005-01-16 05:51:42.000000000 +0100
+++ linux-2.6.11-rc1-mm1-full/arch/i386/power/cpu.c 2005-01-16 05:52:02.000000000 +0100
@@ -28,8 +28,7 @@
static struct saved_context saved_context;
-unsigned long saved_context_eax, saved_context_ebx;
-unsigned long saved_context_ecx, saved_context_edx;
+unsigned long saved_context_ebx;
unsigned long saved_context_esp, saved_context_ebp;
unsigned long saved_context_esi, saved_context_edi;
unsigned long saved_context_eflags;
next reply other threads:[~2005-01-16 8:13 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-01-16 8:11 Adrian Bunk [this message]
2005-01-17 15:27 ` [2.6 patch] i386/power/cpu.c: remove three unused variables Pavel Machek
2005-01-18 18:31 ` H. Peter Anvin
-- strict thread matches above, loose matches on Subject: below --
2005-03-11 18:16 Adrian Bunk
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=20050116081110.GI4274@stusta.de \
--to=bunk@stusta.de \
--cc=linux-kernel@vger.kernel.org \
--cc=mochel@osdl.org \
--cc=pavel@suse.cz \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.