From: tip-bot for Dan Carpenter <dan.carpenter@oracle.com>
To: linux-tip-commits@vger.kernel.org
Cc: linux-kernel@vger.kernel.org, hpa@zytor.com, mingo@kernel.org,
a.p.zijlstra@chello.nl, paul@paulmenage.org, tglx@linutronix.de,
dan.carpenter@oracle.com
Subject: [tip:sched/urgent] cpusets: Remove an unused variable
Date: Wed, 28 Mar 2012 04:58:30 -0700 [thread overview]
Message-ID: <tip-160594e99dbbb0a5600ad922c630952c7c1c14bf@git.kernel.org> (raw)
In-Reply-To: <20120328104608.GD29022@elgon.mountain>
Commit-ID: 160594e99dbbb0a5600ad922c630952c7c1c14bf
Gitweb: http://git.kernel.org/tip/160594e99dbbb0a5600ad922c630952c7c1c14bf
Author: Dan Carpenter <dan.carpenter@oracle.com>
AuthorDate: Wed, 28 Mar 2012 13:46:09 +0300
Committer: Ingo Molnar <mingo@kernel.org>
CommitDate: Wed, 28 Mar 2012 13:40:44 +0200
cpusets: Remove an unused variable
We don't use "cpu" any more after 2baab4e904 "sched: Fix
select_fallback_rq() vs cpu_active/cpu_online".
Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Cc: Paul Menage <paul@paulmenage.org>
Cc: Peter Zijlstra <a.p.zijlstra@chello.nl>
Link: http://lkml.kernel.org/r/20120328104608.GD29022@elgon.mountain
Signed-off-by: Ingo Molnar <mingo@kernel.org>
---
kernel/cpuset.c | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/kernel/cpuset.c b/kernel/cpuset.c
index c9837b7..4ef4d7e 100644
--- a/kernel/cpuset.c
+++ b/kernel/cpuset.c
@@ -2198,7 +2198,6 @@ void cpuset_cpus_allowed(struct task_struct *tsk, struct cpumask *pmask)
void cpuset_cpus_allowed_fallback(struct task_struct *tsk)
{
const struct cpuset *cs;
- int cpu;
rcu_read_lock();
cs = task_cs(tsk);
prev parent reply other threads:[~2012-03-28 11:58 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-03-28 10:46 [patch] cpuset: remove an unused variable Dan Carpenter
2012-03-28 11:58 ` tip-bot for Dan Carpenter [this message]
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=tip-160594e99dbbb0a5600ad922c630952c7c1c14bf@git.kernel.org \
--to=dan.carpenter@oracle.com \
--cc=a.p.zijlstra@chello.nl \
--cc=hpa@zytor.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-tip-commits@vger.kernel.org \
--cc=mingo@kernel.org \
--cc=paul@paulmenage.org \
--cc=tglx@linutronix.de \
/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