On 28.03.2025 14:44, Andrew Cooper wrote:
> From: Lin Liu
>
> In divmod.c, additionally swap xen/lib.h for xen/macros.h as only ABS() is
> needed.
>
> In find-next-bit.c, ext2 has nothing to do with this logic.
While I agree here, ...
> Despite the
> comments, it was a local modification when
From: Lin Liu
In divmod.c, additionally swap xen/lib.h for xen/macros.h as only ABS() is
needed.
In find-next-bit.c, ext2 has nothing to do with this logic. Despite the
comments, it was a local modification when the logic was imported from Linux,
because Xen didn't have a suitable helper.
The