]> git.baikalelectronics.ru Git - kernel.git/commit
arm64: topology: Remove redundant setting of llc_id in CPU topology
authorSudeep Holla <sudeep.holla@arm.com>
Mon, 4 Jul 2022 10:15:55 +0000 (11:15 +0100)
committerSudeep Holla <sudeep.holla@arm.com>
Mon, 4 Jul 2022 15:22:29 +0000 (16:22 +0100)
commit2040cb555d3c57f4e418794ca5471a22178641d4
treedc64643409c1b1ba6f6c5e810d37a57a1d76eb55
parent0b272df7a95b26683cc0158facf13287e2ae2609
arm64: topology: Remove redundant setting of llc_id in CPU topology

Since the cacheinfo LLC information is used directly in arch_topology,
there is no need to parse and fetch the LLC ID information only for
ACPI systems.

Just drop the redundant parsing and setting of llc_id in CPU topology
from ACPI PPTT.

Link: https://lore.kernel.org/r/20220704101605.1318280-12-sudeep.holla@arm.com
Cc: Will Deacon <will@kernel.org>
Cc: Catalin Marinas <catalin.marinas@arm.com>
Tested-by: Ionela Voinescu <ionela.voinescu@arm.com>
Tested-by: Conor Dooley <conor.dooley@microchip.com>
Reviewed-by: Gavin Shan <gshan@redhat.com>
Acked-by: Catalin Marinas <catalin.marinas@arm.com>
Signed-off-by: Sudeep Holla <sudeep.holla@arm.com>
arch/arm64/kernel/topology.c