All of lore.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

* [tip:sched/core] sched: Remove struct rq::nohz_stamp
  2016-08-15 16:14 [PATCH] sched: remove nohz_stamp from struct rq Rik van Riel
@ 2016-08-18 10:55 ` tip-bot for Rik van Riel
  0 siblings, 0 replies; 2+ messages in thread
From: tip-bot for Rik van Riel @ 2016-08-18 10:55 UTC (permalink / raw)
  To: linux-tip-commits
  Cc: riel, hpa, peterz, tglx, fweisbec, mingo, torvalds, linux-kernel

Commit-ID:  1fc770d5899c995db8e22d35eb918a2cb79559d9
Gitweb:     http://git.kernel.org/tip/1fc770d5899c995db8e22d35eb918a2cb79559d9
Author:     Rik van Riel <riel@redhat.com>
AuthorDate: Mon, 15 Aug 2016 12:14:10 -0400
Committer:  Ingo Molnar <mingo@kernel.org>
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 <riel@redhat.com>
Cc: Frederic Weisbecker <fweisbec@gmail.com>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Thomas Gleixner <tglx@linutronix.de>
Link: http://lkml.kernel.org/r/20160815121410.5ea1c98f@annuminas.surriel.com
Signed-off-by: Ingo Molnar <mingo@kernel.org>
---
 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

^ 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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.