diff options
author | Tsukasa OI <[email protected]> | 2022-03-14 13:38:40 -0700 |
---|---|---|
committer | Palmer Dabbelt <[email protected]> | 2022-03-17 12:17:43 -0700 |
commit | 58004f266918912771ee71f46bfb92bf64ab9108 (patch) | |
tree | 123f420e6b643691d890a6fd8dae9dcf88141087 /scripts/gdb/linux/tasks.py | |
parent | e783362eb54cd99b2cac8b3a9aeac942e6f6ac07 (diff) |
RISC-V: Correctly print supported extensions
This commit replaces BITS_PER_LONG with number of alphabet letters.
Current ISA pretty-printing code expects extension 'a' (bit 0) through
'z' (bit 25). Although bit 26 and higher is not currently used (thus never
cause an issue in practice), it will be an annoying problem if we start to
use those in the future.
This commit disables printing high bits for now.
Reviewed-by: Anup Patel <[email protected]>
Tested-by: Heiko Stuebner <[email protected]>
Signed-off-by: Tsukasa OI <[email protected]>
Signed-off-by: Atish Patra <[email protected]>
Signed-off-by: Palmer Dabbelt <[email protected]>
Diffstat (limited to 'scripts/gdb/linux/tasks.py')
0 files changed, 0 insertions, 0 deletions