public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] sched: remove nohz_stamp from struct rq
@ 2016-08-15 16:14 Rik van Riel
  2016-08-18 10:55 ` [tip:sched/core] sched: Remove struct rq::nohz_stamp tip-bot for Rik van Riel
  0 siblings, 1 reply; 2+ messages in thread
From: Rik van Riel @ 2016-08-15 16:14 UTC (permalink / raw)
  To: peterz; +Cc: mingo, linux-kernel

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 <riel@redhat.com>
---
 kernel/sched/sched.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/kernel/sched/sched.h b/kernel/sched/sched.h
index c64fc5114004..afe76d04e916 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

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-08-18 10:56 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-08-15 16:14 [PATCH] sched: remove nohz_stamp from struct rq Rik van Riel
2016-08-18 10:55 ` [tip:sched/core] sched: Remove struct rq::nohz_stamp tip-bot for Rik van Riel

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox