sched/topology: Rename SD_SHARE_PKG_RESOURCES to SD_SHARE_LLC
authorAlex Shi <alexs@kernel.org>
Sat, 10 Feb 2024 11:39:23 +0000 (19:39 +0800)
committerIngo Molnar <mingo@kernel.org>
Wed, 28 Feb 2024 14:43:17 +0000 (15:43 +0100)
commit54de442747037485da1fc4eca9636287a61e97e3
tree1ce588fe0a6fe4b9a11ea27d2ea4403c7f09f00e
parentfbc449864e0d2ee2c16f3af2d1e9093b9b8d7ad0
sched/topology: Rename SD_SHARE_PKG_RESOURCES to SD_SHARE_LLC

SD_SHARE_PKG_RESOURCES is a bit of a misnomer: its naming suggests that
it's sharing all 'package resources' - while in reality it's specifically
for sharing the LLC only.

Rename it to SD_SHARE_LLC to reduce confusion.

[ mingo: Rewrote the confusing changelog as well. ]

Suggested-by: Valentin Schneider <vschneid@redhat.com>
Signed-off-by: Alex Shi <alexs@kernel.org>
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Reviewed-by: Valentin Schneider <vschneid@redhat.com>
Reviewed-by: Ricardo Neri <ricardo.neri-calderon@linux.intel.com>
Reviewed-by: Barry Song <baohua@kernel.org>
Link: https://lore.kernel.org/r/20240210113924.1130448-5-alexs@kernel.org
arch/powerpc/kernel/smp.c
include/linux/sched/sd_flags.h
include/linux/sched/topology.h
kernel/sched/fair.c
kernel/sched/topology.c