On Thu, 02 May 2024 17:14:29 +0200, Ahmad Fatoum wrote: > ktime_devns is an inline function for constant divisors. For > non-constant divisors, it's only inline for 64-bit systems and calls to > an out-of-line __ktime_divns function otherwise. > > Implement the out-of-line function, so it's use of the function in > common code is portable. > > [...] Applied, thanks! [1/2] include: ktime: implement __ktime_divns for 32-bit systems https://git.pengutronix.de/cgit/barebox/commit/?id=d3f1bbc9ae16 (link may not be stable) [2/2] poller: report pollers taking more than 20 milliseconds https://git.pengutronix.de/cgit/barebox/commit/?id=c5d2a98c51b2 (link may not be stable) Best regards, -- Sascha Hauer <s.hauer@xxxxxxxxxxxxxx>