Re: [PATCH v2 2/3] sparc32: derive phys_base from the PAGE_OFFSET mapping

From: Magnus Lindholm

Date: Sun Aug 16 2026 - 16:57:01 EST


On Sun, Aug 16, 2026 at 9:54 PM Sam Ravnborg <sam@xxxxxxxxxxxx> wrote:

> sp_banks. Can we somehow use memblock for this?
>
> Part of my old grand plan was to replace all uses of sp_banks with
> memblock. I have some old patches somewhere in case you are ready to
> give this a spin.
>
> The patch is:
> Reviewed-by: Sam Ravnborg <sam@xxxxxxxxxxxx>
>
> My sp_banks comment shall not hold it back.
> It is anyway Andreas that will handle them.
>

Thanks a lot for taking the time to review this series.

Moving sparc32 off sp_banks and onto memblock sounds like the right
direction, setup_arch() already had the array to hand, which is the only
reason this patch reaches for it. I'd be glad to pick up your old patches
and take them for a spin, just point me at where I can find them.

Magnus