[<prev] [next>] [day] [month] [year] [list]
Message-Id: <1415885883-16911-1-git-send-email-alex.shi@linaro.org>
Date: Thu, 13 Nov 2014 21:38:03 +0800
From: Alex Shi <alex.shi@...aro.org>
To: linux-kernel@...r.kernel.org
Subject: [PATCH] sched/nohz: remove unused varible nohz_stamp in rq
Signed-off-by: Alex Shi <alex.shi@...aro.org>
---
kernel/sched/sched.h | 1 -
1 file changed, 1 deletion(-)
diff --git a/kernel/sched/sched.h b/kernel/sched/sched.h
index 24156c84..63b4f99 100644
--- a/kernel/sched/sched.h
+++ b/kernel/sched/sched.h
@@ -533,7 +533,6 @@ struct rq {
unsigned long cpu_load[CPU_LOAD_IDX_MAX];
unsigned long last_load_update_tick;
#ifdef CONFIG_NO_HZ_COMMON
- u64 nohz_stamp;
unsigned long nohz_flags;
#endif
#ifdef CONFIG_NO_HZ_FULL
--
1.9.1
--
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