Commit-ID:  1fc770d5899c995db8e22d35eb918a2cb79559d9
Gitweb:     http://git.kernel.org/tip/1fc770d5899c995db8e22d35eb918a2cb79559d9
Author:     Rik van Riel <[email protected]>
AuthorDate: Mon, 15 Aug 2016 12:14:10 -0400
Committer:  Ingo Molnar <[email protected]>
CommitDate: Thu, 18 Aug 2016 10:55:39 +0200

sched: Remove struct rq::nohz_stamp

The nohz_stamp member of struct rq has been unused since 2010,
when this commit removed the code that referenced it:

  396e894d289d ("sched: Revert nohz_ratelimit() for now")

Signed-off-by: Rik van Riel <[email protected]>
Cc: Frederic Weisbecker <[email protected]>
Cc: Linus Torvalds <[email protected]>
Cc: Peter Zijlstra <[email protected]>
Cc: Thomas Gleixner <[email protected]>
Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Ingo Molnar <[email protected]>
---
 kernel/sched/sched.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/kernel/sched/sched.h b/kernel/sched/sched.h
index c64fc51..afe76d0 100644
--- a/kernel/sched/sched.h
+++ b/kernel/sched/sched.h
@@ -597,7 +597,6 @@ struct rq {
 #ifdef CONFIG_SMP
        unsigned long last_load_update_tick;
 #endif /* CONFIG_SMP */
-       u64 nohz_stamp;
        unsigned long nohz_flags;
 #endif /* CONFIG_NO_HZ_COMMON */
 #ifdef CONFIG_NO_HZ_FULL

Reply via email to