[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1384852912-24791-1-git-send-email-alex.shi@linaro.org>
Date: Tue, 19 Nov 2013 17:21:52 +0800
From: Alex Shi <alex.shi@...aro.org>
To: peterz@...radead.org, mingo@...hat.com
Cc: Morten.Rasmussen@....com, linux-kernel@...r.kernel.org,
linaro-kernel@...ts.linaro.org, Alex Shi <alex.shi@...aro.org>
Subject: [PATCH] sched: remove unused variable in sched_domain
The 'u64 last_update' variable isn't used now, remove it to save a
bit space.
Signed-off-by: Alex Shi <alex.shi@...aro.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
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists