diff options
| author | Mikhail Kshevetskiy <[email protected]> | 2025-11-01 09:24:23 +0300 |
|---|---|---|
| committer | Michael Trimarchi <[email protected]> | 2025-11-18 20:06:21 +0100 |
| commit | 5572d9410074b56ad25d35b0d3e17c93d8dbaeb0 (patch) | |
| tree | be0436d6ebd2e5cceaeabd16cae126dbcce52028 /include | |
| parent | 75153d92a5c02d8eba01c0893f6aff69ad4d2e2b (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
