diff options
author | Stephen Boyd <[email protected]> | 2020-05-20 23:04:24 -0700 |
---|---|---|
committer | Bjorn Andersson <[email protected]> | 2021-03-11 20:22:20 -0600 |
commit | a07766206baf6272226df577fce920e931706006 (patch) | |
tree | 558cfe1b210835977e253e7a8ecd6ade0e0d46e9 /scripts/gdb/linux/tasks.py | |
parent | 814a0d46301ab6d41ad4ed198451c56ed9c8c05a (diff) |
soc: qcom: rpmh-rsc: Loop over fewer bits in irq handler
readl() returns a u32, and BITS_PER_LONG is different on 32-bit vs.
64-bit architectures. Let's loop over the possible bits set in that type
instead of looping over more bits than we ever may need to.
Cc: Maulik Shah <[email protected]>
Reviewed-by: Douglas Anderson <[email protected]>
Reviewed-by: Bjorn Andersson <[email protected]>
Signed-off-by: Stephen Boyd <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Bjorn Andersson <[email protected]>
Diffstat (limited to 'scripts/gdb/linux/tasks.py')
0 files changed, 0 insertions, 0 deletions