* [PATCH] sched: remove unused variable in sched_domain
@ 2013-11-19 9:21 Alex Shi
2013-11-19 19:15 ` [tip:sched/urgent] sched: Remove unused variable in ' struct sched_domain' tip-bot for Alex Shi
0 siblings, 1 reply; 2+ messages in thread
From: Alex Shi @ 2013-11-19 9:21 UTC (permalink / raw)
To: peterz, mingo; +Cc: Morten.Rasmussen, linux-kernel, linaro-kernel, Alex Shi
The 'u64 last_update' variable isn't used now, remove it to save a
bit space.
Signed-off-by: Alex Shi <alex.shi@linaro.org>
---
include/linux/sched.h | 2 --
1 file changed, 2 deletions(-)
diff --git a/include/linux/sched.h b/include/linux/sched.h
index 6f7ffa4..ac68802 100644
--- a/include/linux/sched.h
+++ b/include/linux/sched.h
@@ -831,8 +831,6 @@ struct sched_domain {
unsigned int balance_interval; /* initialise to 1. units in ms. */
unsigned int nr_balance_failed; /* initialise to 0 */
- u64 last_update;
-
/* idle_balance() stats */
u64 max_newidle_lb_cost;
unsigned long next_decay_max_lb_cost;
--
1.8.1.2
^ permalink raw reply related [flat|nested] 2+ messages in thread* [tip:sched/urgent] sched: Remove unused variable in ' struct sched_domain'
2013-11-19 9:21 [PATCH] sched: remove unused variable in sched_domain Alex Shi
@ 2013-11-19 19:15 ` tip-bot for Alex Shi
0 siblings, 0 replies; 2+ messages in thread
From: tip-bot for Alex Shi @ 2013-11-19 19:15 UTC (permalink / raw)
To: linux-tip-commits; +Cc: linux-kernel, alex.shi, hpa, mingo, peterz, tglx
Commit-ID: b972fc308c2763096b61b62169f2167ee0ca5a19
Gitweb: http://git.kernel.org/tip/b972fc308c2763096b61b62169f2167ee0ca5a19
Author: Alex Shi <alex.shi@linaro.org>
AuthorDate: Tue, 19 Nov 2013 17:21:52 +0800
Committer: Ingo Molnar <mingo@kernel.org>
CommitDate: Tue, 19 Nov 2013 17:01:17 +0100
sched: Remove unused variable in 'struct sched_domain'
The 'u64 last_update' variable isn't used now, remove it to save a bit of space.
Signed-off-by: Alex Shi <alex.shi@linaro.org>
Signed-off-by: Peter Zijlstra <peterz@infradead.org>
Cc: Morten.Rasmussen@arm.com
Cc: linaro-kernel@lists.linaro.org
Link: http://lkml.kernel.org/r/1384852912-24791-1-git-send-email-alex.shi@linaro.org
Signed-off-by: Ingo Molnar <mingo@kernel.org>
---
include/linux/sched.h | 2 --
1 file changed, 2 deletions(-)
diff --git a/include/linux/sched.h b/include/linux/sched.h
index f7efc86..b122395 100644
--- a/include/linux/sched.h
+++ b/include/linux/sched.h
@@ -823,8 +823,6 @@ struct sched_domain {
unsigned int balance_interval; /* initialise to 1. units in ms. */
unsigned int nr_balance_failed; /* initialise to 0 */
- u64 last_update;
-
/* idle_balance() stats */
u64 max_newidle_lb_cost;
unsigned long next_decay_max_lb_cost;
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2013-11-19 19:16 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-11-19 9:21 [PATCH] sched: remove unused variable in sched_domain Alex Shi
2013-11-19 19:15 ` [tip:sched/urgent] sched: Remove unused variable in ' struct sched_domain' tip-bot for Alex Shi
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).