diff options
author | Atish Patra | 2019-06-27 12:53:00 -0700 |
---|---|---|
committer | Paul Walmsley | 2019-07-22 09:36:30 -0700 |
commit | 03f11f03dbfe37c0bff2768b8f2e277a29ac62b9 (patch) | |
tree | b040c074863a1c1c79799b6b5cd3a251d0ee0273 /drivers/base | |
parent | ca74b316df96d7c40ee3e8301065607c11c60c27 (diff) |
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>
Diffstat (limited to 'drivers/base')
0 files changed, 0 insertions, 0 deletions