linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH -next] sched: Remove unused inline function __rq_clock_broken()
@ 2021-09-14  9:52 YueHaibing
  2021-09-16 11:59 ` [tip: sched/core] " tip-bot2 for YueHaibing
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: YueHaibing @ 2021-09-14  9:52 UTC (permalink / raw)
  To: mingo, peterz, juri.lelli, vincent.guittot, dietmar.eggemann,
	rostedt, bsegall, mgorman, bristot
  Cc: linux-kernel, YueHaibing

These is no caller in tree since commit
523e979d3164 ("sched/core: Use PELT for scale_rt_capacity()")

Signed-off-by: YueHaibing <yuehaibing@huawei.com>
---
 kernel/sched/sched.h | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/kernel/sched/sched.h b/kernel/sched/sched.h
index 43e7fbe06557..4bca12681802 100644
--- a/kernel/sched/sched.h
+++ b/kernel/sched/sched.h
@@ -1424,11 +1424,6 @@ static inline struct cfs_rq *group_cfs_rq(struct sched_entity *grp)
 
 extern void update_rq_clock(struct rq *rq);
 
-static inline u64 __rq_clock_broken(struct rq *rq)
-{
-	return READ_ONCE(rq->clock);
-}
-
 /*
  * rq::clock_update_flags bits
  *
-- 
2.17.1


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

* [tip: sched/core] sched: Remove unused inline function __rq_clock_broken()
  2021-09-14  9:52 [PATCH -next] sched: Remove unused inline function __rq_clock_broken() YueHaibing
@ 2021-09-16 11:59 ` tip-bot2 for YueHaibing
  2021-09-17 18:37 ` tip-bot2 for YueHaibing
  2021-10-05 14:12 ` tip-bot2 for YueHaibing
  2 siblings, 0 replies; 4+ messages in thread
From: tip-bot2 for YueHaibing @ 2021-09-16 11:59 UTC (permalink / raw)
  To: linux-tip-commits; +Cc: YueHaibing, Peter Zijlstra (Intel), x86, linux-kernel

The following commit has been merged into the sched/core branch of tip:

Commit-ID:     33effaafbaf9c0070eac69a362120f4d1c26b5cf
Gitweb:        https://git.kernel.org/tip/33effaafbaf9c0070eac69a362120f4d1c26b5cf
Author:        YueHaibing <yuehaibing@huawei.com>
AuthorDate:    Tue, 14 Sep 2021 17:52:44 +08:00
Committer:     Peter Zijlstra <peterz@infradead.org>
CommitterDate: Wed, 15 Sep 2021 17:49:01 +02:00

sched: Remove unused inline function __rq_clock_broken()

These is no caller in tree since commit
523e979d3164 ("sched/core: Use PELT for scale_rt_capacity()")

Signed-off-by: YueHaibing <yuehaibing@huawei.com>
Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Link: https://lkml.kernel.org/r/20210914095244.52780-1-yuehaibing@huawei.com
---
 kernel/sched/sched.h | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/kernel/sched/sched.h b/kernel/sched/sched.h
index 1d8bc76..eacc15d 100644
--- a/kernel/sched/sched.h
+++ b/kernel/sched/sched.h
@@ -1426,11 +1426,6 @@ static inline struct cfs_rq *group_cfs_rq(struct sched_entity *grp)
 
 extern void update_rq_clock(struct rq *rq);
 
-static inline u64 __rq_clock_broken(struct rq *rq)
-{
-	return READ_ONCE(rq->clock);
-}
-
 /*
  * rq::clock_update_flags bits
  *

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

* [tip: sched/core] sched: Remove unused inline function __rq_clock_broken()
  2021-09-14  9:52 [PATCH -next] sched: Remove unused inline function __rq_clock_broken() YueHaibing
  2021-09-16 11:59 ` [tip: sched/core] " tip-bot2 for YueHaibing
@ 2021-09-17 18:37 ` tip-bot2 for YueHaibing
  2021-10-05 14:12 ` tip-bot2 for YueHaibing
  2 siblings, 0 replies; 4+ messages in thread
From: tip-bot2 for YueHaibing @ 2021-09-17 18:37 UTC (permalink / raw)
  To: linux-tip-commits; +Cc: YueHaibing, Peter Zijlstra (Intel), x86, linux-kernel

The following commit has been merged into the sched/core branch of tip:

Commit-ID:     e23bc1e6d52e9b9ecca895b408a4eca742caed16
Gitweb:        https://git.kernel.org/tip/e23bc1e6d52e9b9ecca895b408a4eca742caed16
Author:        YueHaibing <yuehaibing@huawei.com>
AuthorDate:    Tue, 14 Sep 2021 17:52:44 +08:00
Committer:     Peter Zijlstra <peterz@infradead.org>
CommitterDate: Fri, 17 Sep 2021 20:32:26 +02:00

sched: Remove unused inline function __rq_clock_broken()

These is no caller in tree since commit
523e979d3164 ("sched/core: Use PELT for scale_rt_capacity()")

Signed-off-by: YueHaibing <yuehaibing@huawei.com>
Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Link: https://lkml.kernel.org/r/20210914095244.52780-1-yuehaibing@huawei.com
---
 kernel/sched/sched.h | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/kernel/sched/sched.h b/kernel/sched/sched.h
index 094ea86..148d5d3 100644
--- a/kernel/sched/sched.h
+++ b/kernel/sched/sched.h
@@ -1426,11 +1426,6 @@ static inline struct cfs_rq *group_cfs_rq(struct sched_entity *grp)
 
 extern void update_rq_clock(struct rq *rq);
 
-static inline u64 __rq_clock_broken(struct rq *rq)
-{
-	return READ_ONCE(rq->clock);
-}
-
 /*
  * rq::clock_update_flags bits
  *

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

* [tip: sched/core] sched: Remove unused inline function __rq_clock_broken()
  2021-09-14  9:52 [PATCH -next] sched: Remove unused inline function __rq_clock_broken() YueHaibing
  2021-09-16 11:59 ` [tip: sched/core] " tip-bot2 for YueHaibing
  2021-09-17 18:37 ` tip-bot2 for YueHaibing
@ 2021-10-05 14:12 ` tip-bot2 for YueHaibing
  2 siblings, 0 replies; 4+ messages in thread
From: tip-bot2 for YueHaibing @ 2021-10-05 14:12 UTC (permalink / raw)
  To: linux-tip-commits; +Cc: YueHaibing, Peter Zijlstra (Intel), x86, linux-kernel

The following commit has been merged into the sched/core branch of tip:

Commit-ID:     32ed980c3020b7a19e26dc488c10817807ba2a41
Gitweb:        https://git.kernel.org/tip/32ed980c3020b7a19e26dc488c10817807ba2a41
Author:        YueHaibing <yuehaibing@huawei.com>
AuthorDate:    Tue, 14 Sep 2021 17:52:44 +08:00
Committer:     Peter Zijlstra <peterz@infradead.org>
CommitterDate: Tue, 05 Oct 2021 15:51:55 +02:00

sched: Remove unused inline function __rq_clock_broken()

These is no caller in tree since commit
523e979d3164 ("sched/core: Use PELT for scale_rt_capacity()")

Signed-off-by: YueHaibing <yuehaibing@huawei.com>
Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Link: https://lkml.kernel.org/r/20210914095244.52780-1-yuehaibing@huawei.com
---
 kernel/sched/sched.h | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/kernel/sched/sched.h b/kernel/sched/sched.h
index 8712fc4..198058b 100644
--- a/kernel/sched/sched.h
+++ b/kernel/sched/sched.h
@@ -1426,11 +1426,6 @@ static inline struct cfs_rq *group_cfs_rq(struct sched_entity *grp)
 
 extern void update_rq_clock(struct rq *rq);
 
-static inline u64 __rq_clock_broken(struct rq *rq)
-{
-	return READ_ONCE(rq->clock);
-}
-
 /*
  * rq::clock_update_flags bits
  *

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

end of thread, other threads:[~2021-10-05 14:12 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-14  9:52 [PATCH -next] sched: Remove unused inline function __rq_clock_broken() YueHaibing
2021-09-16 11:59 ` [tip: sched/core] " tip-bot2 for YueHaibing
2021-09-17 18:37 ` tip-bot2 for YueHaibing
2021-10-05 14:12 ` tip-bot2 for YueHaibing

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).