Re: [PATCH v2 2/3] sparc32: derive phys_base from the PAGE_OFFSET mapping
Magnus Lindholm <[email protected]>
| Newsgroups | gmane.linux.ports.sparc,gmane.linux.kernel |
|---|---|
| Message-ID | <CA+=Fv5SfLQo+LMoEH2gtmuuw814hjcjfnd551E7Og4t=JsFWug@mail.gmail.com> |
On Sun, Aug 16, 2026 at 9:54 PM Sam Ravnborg <[email protected]> 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 <[email protected]> > > 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