]> git.ipfire.org Git - thirdparty/linux.git/commit
sched/topology: Remove sched_domain_shared allocation with sd_data
authorK Prateek Nayak <kprateek.nayak@amd.com>
Thu, 12 Mar 2026 04:44:30 +0000 (04:44 +0000)
committerPeter Zijlstra <peterz@infradead.org>
Wed, 18 Mar 2026 08:06:49 +0000 (09:06 +0100)
commit10febd397591d93f42adb743c2c664041e7f1bcb
tree6d1c75218ea2e28f7e929f20aaa76b058782eaec
parentbb7a5e44fc6f3d5a252d95c48d057d5beccb8b35
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
include/linux/sched/topology.h
kernel/sched/topology.c