summaryrefslogtreecommitdiffstats
path: root/tools/perf/scripts/python/stackcollapse.py
diff options
context:
space:
mode:
authorGeert Uytterhoeven <geert+renesas@glider.be>2019-08-30 10:48:27 -0300
committerMauro Carvalho Chehab <mchehab+samsung@kernel.org>2019-10-10 07:15:57 -0300
commit672c29b91670ab34de288bb7015e9a12c63d007e (patch)
treecbe95125b7839584b35c62fa34caaf407ebf989f /tools/perf/scripts/python/stackcollapse.py
parent31218df77e7f1b9b0a136990a500a7f980e6a573 (diff)
downloadlinux-672c29b91670ab34de288bb7015e9a12c63d007e.tar.gz
linux-672c29b91670ab34de288bb7015e9a12c63d007e.zip
media: i2c: Use div64_ul() for u64-by-unsigned-long divide
div_u64() does a 64-by-32 division, while the divisor max2175.xtal_freq is unsigned long, thus 64-bit on 64-bit platforms. Hence the proper function to call is div64_ul(). Note that this change does not have any functional impact, as the crystal frequency must be much lower than the 32-bit limit anyway. On 32-bit platforms, the generated code is the same. But at least on arm64, this saves an AND-instruction to truncate xtal_freq to 32-bit. Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> Reviewed-by: Simon Horman <horms+renesas@verge.net.au> Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl> Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/stackcollapse.py')
0 files changed, 0 insertions, 0 deletions