summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMikhail Kshevetskiy <[email protected]>2025-11-01 09:24:23 +0300
committerMichael Trimarchi <[email protected]>2025-11-18 20:06:21 +0100
commit5572d9410074b56ad25d35b0d3e17c93d8dbaeb0 (patch)
treebe0436d6ebd2e5cceaeabd16cae126dbcce52028 /include
parent75153d92a5c02d8eba01c0893f6aff69ad4d2e2b (diff)
cmd: mtd: benchmark: use lldiv() instead of 64-bit division
As was noted by Heinrich Schuchardt, some SoCs may not support 64-bit divisions. Fix an issue by using lldiv() instead. The code assumes that the benchmark never takes more than 4294 seconds and thus the difference will be less than U32_MAX. Also replace (speed / 1024) by (speed >> 10) to avoid potential 64-bit division. Signed-off-by: Mikhail Kshevetskiy <[email protected]>
Diffstat (limited to 'include')
0 files changed, 0 insertions, 0 deletions