summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/netdev-times.py
diff options
context:
space:
mode:
authorAtish Patra <atishp@rivosinc.com>2022-01-20 01:09:18 -0800
committerPalmer Dabbelt <palmer@rivosinc.com>2022-01-20 09:27:22 -0800
commit26fb751ca37846c912daa347be298bfd945cc560 (patch)
tree545d865d622b096c9c193adba2ebd64b3d79c76a /tools/perf/scripts/python/netdev-times.py
parent2ffc48fc7071da4b2d881b0f21d37ed05feb697b (diff)
downloadkernel-26fb751ca37846c912daa347be298bfd945cc560.tar.gz
RISC-V: Do not use cpumask data structure for hartid bitmap
Currently, SBI APIs accept a hartmask that is generated from struct cpumask. Cpumask data structure can hold upto NR_CPUs value. Thus, it is not the correct data structure for hartids as it can be higher than NR_CPUs for platforms with sparse or discontguous hartids. Remove all association between hartid mask and struct cpumask. Reviewed-by: Anup Patel <anup@brainfault.org> (For Linux RISC-V changes) Acked-by: Anup Patel <anup@brainfault.org> (For KVM RISC-V changes) Signed-off-by: Atish Patra <atishp@rivosinc.com> Signed-off-by: Palmer Dabbelt <palmer@rivosinc.com>
Diffstat (limited to 'tools/perf/scripts/python/netdev-times.py')
0 files changed, 0 insertions, 0 deletions
n Tao 2018-07-05drm/amd/pp: Refine the interface exported to displayRex Zhu 2018-05-17drm/amd/powerplay: add a framework for perfroming pre displayEvan Quan 2018-05-17drm/amd/powerplay: new framework to honour DAL clock limitsEvan Quan 2018-04-11drm/amd/pp: Not call cgs interface to get display infoRex Zhu 2018-04-11drm/amd/pp: Add hwmgr_sw_init/fini functioinsRex Zhu 2018-03-21drm/amd/pp: Refine register_thermal_interrupt functionRex Zhu 2018-03-07drm/amd/pp: Remove cgs wrapper function for temperature updateRex Zhu 2018-03-06drm/amd/pp: Revert gfx/compute profile switch sysfsRex Zhu 2018-02-26drm/amd/pp: Move common dpm check functions to hardwaremanager.cRex Zhu