On Mon, Nov 17, 2025 at 03:38:43PM +0100, Jan Beulich wrote: > I'm surprised gcc doesn't manage to do that: At least in debug builds two > call sites exist, just like source code has it. That's not necessary > though - by using do/while we can reduce this to a single call site. Then > the function will be inlined. > > While improving code gen, also switch the function's 2nd parameter to > unsigned. > > Signed-off-by: Jan Beulich <[email protected]>
Acked-by: Roger Pau Monné <[email protected]> Thanks, Roger.
