diff options
author | Anshuman Khandual <[email protected]> | 2020-05-13 14:33:34 +0530 |
---|---|---|
committer | Will Deacon <[email protected]> | 2020-05-20 18:40:13 +0100 |
commit | f73531f0257f6bac44a8c9d5c2f3a3ccaea3d1e9 (patch) | |
tree | cde6d2dc288cf9a07106718615fcf1b6a8d899f6 /scripts/gdb/linux/modules.py | |
parent | c73433fc630cda102f6527d4e5dfd289a9baec08 (diff) |
arm64/cpufeature: Drop open encodings while extracting parange
Currently there are multiple instances of parange feature width mask open
encodings while fetching it's value. Even the width mask value (0x7) itself
is not accurate. It should be (0xf) per ID_AA64MMFR0_EL1.PARange[3:0] as in
ARM ARM (0487F.a). Replace them with cpuid_feature_extract_unsigned_field()
which can extract given standard feature (4 bits width i.e 0xf mask) field.
Cc: Catalin Marinas <[email protected]>
Cc: Will Deacon <[email protected]>
Cc: Marc Zyngier <[email protected]>
Cc: James Morse <[email protected]>
Cc: [email protected]
Cc: [email protected]
Cc: [email protected]
Signed-off-by: Anshuman Khandual <[email protected]>
Acked-by: Marc Zyngier <[email protected]>
Acked-by: Will Deacon <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Will Deacon <[email protected]>
Diffstat (limited to 'scripts/gdb/linux/modules.py')
0 files changed, 0 insertions, 0 deletions