[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <165640060323.4207.11211758578509584978.tip-bot2@tip-bot2>
Date: Tue, 28 Jun 2022 07:16:43 -0000
From: "tip-bot2 for Zhang Qiao" <tip-bot2@...utronix.de>
To: linux-tip-commits@...r.kernel.org
Cc: Zhang Qiao <zhangqiao22@...wei.com>,
"Peter Zijlstra (Intel)" <peterz@...radead.org>,
Valentin Schneider <vschneid@...hat.com>, x86@...nel.org,
linux-kernel@...r.kernel.org
Subject: [tip: sched/core] sched: Remove unused function group_first_cpu()
The following commit has been merged into the sched/core branch of tip:
Commit-ID: c64b551f6a338eb9724a2f9ef3dddf80ccef2894
Gitweb: https://git.kernel.org/tip/c64b551f6a338eb9724a2f9ef3dddf80ccef2894
Author: Zhang Qiao <zhangqiao22@...wei.com>
AuthorDate: Sat, 18 Jun 2022 02:11:51 +08:00
Committer: Peter Zijlstra <peterz@...radead.org>
CommitterDate: Tue, 28 Jun 2022 09:08:29 +02:00
sched: Remove unused function group_first_cpu()
As of commit afe06efdf07c ("sched: Extend scheduler's asym packing")
group_first_cpu() became an unused function, remove it.
Signed-off-by: Zhang Qiao <zhangqiao22@...wei.com>
Signed-off-by: Peter Zijlstra (Intel) <peterz@...radead.org>
Reviewed-by: Valentin Schneider <vschneid@...hat.com>
Link: https://lore.kernel.org/r/20220617181151.29980-3-zhangqiao22@huawei.com
---
kernel/sched/sched.h | 9 ---------
1 file changed, 9 deletions(-)
diff --git a/kernel/sched/sched.h b/kernel/sched/sched.h
index 1e34bb4..02c9705 100644
--- a/kernel/sched/sched.h
+++ b/kernel/sched/sched.h
@@ -1810,15 +1810,6 @@ static inline struct cpumask *group_balance_mask(struct sched_group *sg)
return to_cpumask(sg->sgc->cpumask);
}
-/**
- * group_first_cpu - Returns the first CPU in the cpumask of a sched_group.
- * @group: The group whose first CPU is to be returned.
- */
-static inline unsigned int group_first_cpu(struct sched_group *group)
-{
- return cpumask_first(sched_group_span(group));
-}
-
extern int group_balance_cpu(struct sched_group *sg);
#ifdef CONFIG_SCHED_DEBUG
Powered by blists - more mailing lists