diff options
author | Atish Patra <[email protected]> | 2019-02-22 11:41:36 -0800 |
---|---|---|
committer | Palmer Dabbelt <[email protected]> | 2019-03-04 10:40:38 -0800 |
commit | 78d1daa36489d44ecb97b400e75639e79422de67 (patch) | |
tree | 1d6b72539c949edd91be402dc74c5f90a4684b00 /scripts/gdb | |
parent | e15c6e37066e9ce6705f22b71e60ca2d78db8d45 (diff) |
RISC-V: Move cpuid to hartid mapping to SMP.
Currently, logical CPU id to physical hartid mapping is defined for both
smp and non-smp configurations. This is not required as we need this
only for smp configuration. The mapping function can define directly
boot_cpu_hartid for non-smp use case.
The reverse mapping function i.e. hartid to cpuid can be called for any
valid but not booted harts. So it should return default cpu 0 only if it
is a boot hartid.
Signed-off-by: Atish Patra <[email protected]>
Reviewed-by: Anup Patel <[email protected]>
Reviewed-by: Christoph Hellwig <[email protected]>
Signed-off-by: Palmer Dabbelt <[email protected]>
Diffstat (limited to 'scripts/gdb')
0 files changed, 0 insertions, 0 deletions