[PATCH] drm/panic: Add a u64 divide by 10 for arm32
Miguel Ojeda
miguel.ojeda.sandonis at gmail.com
Fri Jun 27 11:44:06 UTC 2025
On Fri, Jun 27, 2025 at 11:41 AM Jocelyn Falempe <jfalempe at redhat.com> wrote:
>
> +/// On arm32 architecture, dividing an u64 by a constant will generate a call
> +/// to __aeabi_uldivmod which is not present in the kernel.
> +/// So use the multiply by inverse method for this architecture.
This sounds more like a normal comment instead of function docs, no?
By the way, formatting:
`u64`
`__aeabi_uldivmod`
Thanks for fixing this! It is nice seeing 32-bit arm taking shape.
Cheers,
Miguel
More information about the dri-devel
mailing list