[PATCH] sched/nohz: remove unused varible nohz_stamp in rq

From: Alex Shi
Date: Thu Nov 13 2014 - 08:43:40 EST


Signed-off-by: Alex Shi <alex.shi@xxxxxxxxxx>
---
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@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/