From: Paul Bolle <pebolle@tiscali.nl>
To: Jiri Kosina <jkosina@suse.cz>,
Thomas Gleixner <tglx@linutronix.de>,
Ingo Molnar <mingo@redhat.com>, "H. Peter Anvin" <hpa@zytor.com>
Cc: Peter Zijlstra <a.p.zijlstra@chello.nl>,
x86@kernel.org, linux-kernel@vger.kernel.org
Subject: [PATCH] x86: remove unused variable "polling"
Date: Mon, 30 Jun 2014 16:32:29 +0200 [thread overview]
Message-ID: <1404138749.2978.6.camel@x41> (raw)
In-Reply-To: <1402926791.16903.4.camel@x41>
Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
---
Compile tested. "polling" is unused since commit f80c5b39b80a
("sched/idle, x86: Switch from TS_POLLING to TIF_POLLING_NRFLAG").
Apparently this trivial cleanup isn't yet queued anywhere.
arch/x86/kernel/apm_32.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/arch/x86/kernel/apm_32.c b/arch/x86/kernel/apm_32.c
index f3a1f04..5848744 100644
--- a/arch/x86/kernel/apm_32.c
+++ b/arch/x86/kernel/apm_32.c
@@ -841,7 +841,6 @@ static int apm_do_idle(void)
u32 eax;
u8 ret = 0;
int idled = 0;
- int polling;
int err = 0;
if (!need_resched()) {
--
1.9.3
next prev parent reply other threads:[~2014-06-30 14:32 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-06-03 12:07 [GIT PULL] scheduler tree changes for v3.16 Ingo Molnar
2014-06-16 13:53 ` Paul Bolle
2014-06-30 14:32 ` Paul Bolle [this message]
2014-07-16 19:18 ` [tip:x86/urgent] x86: Remove unused variable "polling" tip-bot for Paul Bolle
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=1404138749.2978.6.camel@x41 \
--to=pebolle@tiscali.nl \
--cc=a.p.zijlstra@chello.nl \
--cc=hpa@zytor.com \
--cc=jkosina@suse.cz \
--cc=linux-kernel@vger.kernel.org \
--cc=mingo@redhat.com \
--cc=tglx@linutronix.de \
--cc=x86@kernel.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 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.