Re: [PATCH] mm_types: remove references to s390 gmap
Paolo Bonzini <[email protected]>
| Newsgroups | org.kernel.vger.linux-m68k,org.kernel.vger.kvm,org.kernel.vger.linux-kernel,org.kvack.linux-mm |
|---|---|
| Message-ID | <CABgObfa+2ERN1TmVeeWxCQKzra_OThkgkVkBGgDfu5yOsjOH1A@mail.gmail.com> |
On Tue, Apr 28, 2026 at 8:58 AM Geert Uytterhoeven <[email protected]> wrote: > > On Mon, 27 Apr 2026 at 12:58, Paolo Bonzini <[email protected]> wrote: > > s390 does not anymore use special struct page for its shadow page tables. > > The honor of giving a special meaning to pt_index is now m68k's, so > > rename the fields and adjust them for the desired type. > > > > Cc: [email protected] > > Cc: [email protected] > > Cc: David Hildenbrand (Arm) <[email protected]> > > Cc: Geert Uytterhoeven <[email protected]> > > Signed-off-by: Paolo Bonzini <[email protected]> > > > arch/m68k/mm/motorola.c | 2 +- > > Acked-by: Geert Uytterhoeven <[email protected]> # m68k Thanks, do you expect it to go through the mm tree or are you taking it yourself? Paolo