summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorK Prateek Nayak <kprateek.nayak@amd.com>2026-03-12 07:44:30 +0300
committerPeter Zijlstra <peterz@infradead.org>2026-03-18 11:06:49 +0300
commit10febd397591d93f42adb743c2c664041e7f1bcb (patch)
tree6d1c75218ea2e28f7e929f20aaa76b058782eaec /include
parentbb7a5e44fc6f3d5a252d95c48d057d5beccb8b35 (diff)
downloadlinux-10febd397591d93f42adb743c2c664041e7f1bcb.tar.xz
sched/topology: Remove sched_domain_shared allocation with sd_data
Now that "sd->shared" assignments are using the sched_domain_shared objects allocated with s_data, remove the sd_data based allocations. Signed-off-by: K Prateek Nayak <kprateek.nayak@amd.com> Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org> Reviewed-by: Valentin Schneider <vschneid@redhat.com> Reviewed-by: Dietmar Eggemann <dietmar.eggemann@arm.com> Tested-by: Dietmar Eggemann <dietmar.eggemann@arm.com> Link: https://patch.msgid.link/20260312044434.1974-6-kprateek.nayak@amd.com
Diffstat (limited to 'include')
-rw-r--r--include/linux/sched/topology.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/sched/topology.h b/include/linux/sched/topology.h
index a1e1032426dc..51c29581f15e 100644
--- a/include/linux/sched/topology.h
+++ b/include/linux/sched/topology.h
@@ -172,7 +172,6 @@ typedef int (*sched_domain_flags_f)(void);
struct sd_data {
struct sched_domain *__percpu *sd;
- struct sched_domain_shared *__percpu *sds;
struct sched_group *__percpu *sg;
struct sched_group_capacity *__percpu *sgc;
};