public inbox for linux-arm-kernel@lists.infradead.org
 help / color / mirror / Atom feed
* [PATCH v3 0/1] Add support for parse_acpi_topology() on RISC-V
@ 2025-09-19  8:59 Yunhui Cui
  2025-09-19  8:59 ` [PATCH v3 1/1] arch_topology: move parse_acpi_topology() to common code Yunhui Cui
  0 siblings, 1 reply; 8+ messages in thread
From: Yunhui Cui @ 2025-09-19  8:59 UTC (permalink / raw)
  To: catalin.marinas, will, sudeep.holla, gregkh, rafael, dakr,
	beata.michalska, ptsm, sumitg, yangyicong, cuiyunhui,
	linux-arm-kernel, linux-kernel

v1->v2:
Place the struct cpu_smt_info{} in drivers/base/arch_topology.c instead of arch_topology.h

v2->v3:
Modify the return values of acpi_pptt_cpu_is_thread()

Yunhui Cui (1):
  arch_topology: move parse_acpi_topology() to common code

 arch/arm64/kernel/topology.c  | 87 +---------------------------------
 drivers/base/arch_topology.c  | 89 ++++++++++++++++++++++++++++++++++-
 include/linux/arch_topology.h |  1 +
 3 files changed, 90 insertions(+), 87 deletions(-)

-- 
2.39.5



^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2025-09-22 13:51 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-09-19  8:59 [PATCH v3 0/1] Add support for parse_acpi_topology() on RISC-V Yunhui Cui
2025-09-19  8:59 ` [PATCH v3 1/1] arch_topology: move parse_acpi_topology() to common code Yunhui Cui
2025-09-19 11:43   ` Will Deacon
2025-09-19 14:04   ` Sudeep Holla
2025-09-22  2:18     ` [External] " yunhui cui
2025-09-22  9:01       ` Sudeep Holla
2025-09-22 11:04         ` yunhui cui
2025-09-22 13:51           ` Sudeep Holla

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox