]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
sched/topology: Remove redundant dl_clear_root_domain call
authorJuri Lelli <juri.lelli@redhat.com>
Thu, 13 Mar 2025 17:11:17 +0000 (18:11 +0100)
committerPeter Zijlstra <peterz@infradead.org>
Mon, 17 Mar 2025 10:23:42 +0000 (11:23 +0100)
commitd735bab3d58c4c96e67037490d19d35392065da9
tree4aca02c7e3c3e126136366feba3c6948ef36176f
parent2ff899e3516437354204423ef0a94994717b8e6a
sched/topology: Remove redundant dl_clear_root_domain call

We completely clean and restore root domains bandwidth accounting after
every root domains change, so the dl_clear_root_domain() call in
partition_sched_domains_locked() is redundant.

Remove it.

Signed-off-by: Juri Lelli <juri.lelli@redhat.com>
Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Reviewed-by: Waiman Long <llong@redhat.com>
Reviewed-by: Shrikanth Hegde <sshegde@linux.ibm.com>
Reviewed-by: Valentin Schneider <vschneid@redhat.com>
Reviewed-by: Dietmar Eggemann <dietmar.eggemann@arm.com>
Tested-by: Waiman Long <longman@redhat.com>
Tested-by: Jon Hunter <jonathanh@nvidia.com>
Tested-by: Dietmar Eggemann <dietmar.eggemann@arm.com>
Link: https://lore.kernel.org/r/Z9MRtcX4tz4tcLRR@jlelli-thinkpadt14gen4.remote.csb
kernel/sched/topology.c