Re: [PATCH] mm: mm_init: use div64_ul() instead of do_div()

From: Giorgi Tchankvetadze

Date: Mon Jun 01 2026 - 07:53:29 EST


On Mon, Jun 1, 2026 at 3:15 PM Mike Rapoport <rppt@xxxxxxxxxx> wrote:
>
> Can you describe what are the actual visible effects?
>

Hey Mike.
The only benefit and effect is a semantic cleanup, it better
communicates the intent of the division and resolves the Coccinelle
static analysis warning.

--
Giorgi