RISC-V: Parse cpu topology during boot.
authorAtish Patra <atish.patra@wdc.com>
Thu, 27 Jun 2019 19:53:00 +0000 (12:53 -0700)
committerPaul Walmsley <paul.walmsley@sifive.com>
Mon, 22 Jul 2019 16:36:30 +0000 (09:36 -0700)
commit03f11f03dbfe37c0bff2768b8f2e277a29ac62b9
treeb040c074863a1c1c79799b6b5cd3a251d0ee0273
parentca74b316df96d7c40ee3e8301065607c11c60c27
RISC-V: Parse cpu topology during boot.

Currently, there are no topology defined for RISC-V.
Parse the cpu-map node from device tree and setup the
cpu topology.

CPU topology after applying the patch.
$cat /sys/devices/system/cpu/cpu2/topology/core_siblings_list
0-3
$cat /sys/devices/system/cpu/cpu3/topology/core_siblings_list
0-3
$cat /sys/devices/system/cpu/cpu3/topology/physical_package_id
0
$cat /sys/devices/system/cpu/cpu3/topology/core_id
3

Signed-off-by: Atish Patra <atish.patra@wdc.com>
Acked-by: Sudeep Holla <sudeep.holla@arm.com>
Signed-off-by: Paul Walmsley <paul.walmsley@sifive.com>
arch/riscv/Kconfig
arch/riscv/kernel/smpboot.c