1
0
mirror of https://xff.cz/git/u-boot/ synced 2025-09-04 10:12:14 +02:00
Files
u-boot-megous/drivers
Simon Glass 9edf20f156 x86: tsc_timer: Correct overflow in __udelay()
At present long delays such as msleep(2000) can cause an overflow in this
function. There is no need for this, since it already uses a 64-bit int.

Add a cast to correct this.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
2021-02-01 15:11:40 +08:00
..
2021-01-30 14:25:41 -07:00
2021-01-31 14:08:56 +01:00
2021-01-30 14:25:41 -07:00
2021-01-30 14:25:41 -07:00
2021-01-18 15:23:06 -05:00
2021-01-05 16:20:26 -05:00
2021-01-25 21:52:01 +00:00
2021-01-18 15:23:06 -05:00
2020-12-18 20:32:21 -07:00
2021-01-23 11:30:31 +01:00