immortalwrt/target
Ilya Lipnitskiy 66f183dc4b kernel: fix busy wait loop in mediatek PPE code
The intention is for the loop to timeout if the body does not succeed.
The current logic calls time_is_before_jiffies(timeout) which is false
until after the timeout, so the loop body never executes.

time_is_after_jiffies(timeout) will return true until timeout is less
than jiffies, which is the intended behavior here.

Signed-off-by: Ilya Lipnitskiy <ilya.lipnitskiy@gmail.com>
2021-02-16 12:09:44 +08:00
..
imagebuilder imagebuilder: invoke bundle-libraries.sh w/o buildroot dirs in $PATH 2020-12-31 17:44:24 +08:00
linux kernel: fix busy wait loop in mediatek PPE code 2021-02-16 12:09:44 +08:00
sdk build: improve ccache support 2021-01-02 12:08:17 +08:00
toolchain build: improve ccache support 2021-01-02 12:08:17 +08:00
Config.in Merge Mainline 2020-09-28 13:14:47 +08:00
Makefile