aboutsummaryrefslogtreecommitdiff
path: root/scripts/gdb/linux/tasks.py
diff options
context:
space:
mode:
authorArnd Bergmann <[email protected]>2021-03-23 14:19:42 +0100
committerArnd Bergmann <[email protected]>2021-04-01 16:32:38 +0200
commita2fa9e57a68cd108777ded8f0443483a5fa179ed (patch)
tree1805bf750913447580a50046e9cdd8697dd51963 /scripts/gdb/linux/tasks.py
parent230ea4c761fc1a8da36044ec358e20b71441efee (diff)
ARM: mvebu: avoid clang -Wtautological-constant warning
Clang warns about the comparison when using a 32-bit phys_addr_t: drivers/bus/mvebu-mbus.c:621:17: error: result of comparison of constant 4294967296 with expression of type 'phys_addr_t' (aka 'unsigned int') is always false [-Werror,-Wtautological-constant-out-of-range-compare] if (reg_start >= 0x100000000ULL) Add a cast to shut up the warning. Signed-off-by: Arnd Bergmann <[email protected]> Reviewed-by: Nathan Chancellor <[email protected]> Link: https://lore.kernel.org/r/[email protected]' Signed-off-by: Arnd Bergmann <[email protected]>
Diffstat (limited to 'scripts/gdb/linux/tasks.py')
0 files changed, 0 insertions, 0 deletions