Re: [PATCH] mm_types: remove references to s390 gmap
Vishal Moola <[email protected]>
| Newsgroups | org.kernel.vger.linux-m68k,org.kernel.vger.kvm,org.kernel.vger.linux-kernel,org.kvack.linux-mm |
|---|---|
| Message-ID | <ae_Y0V8WsHPfQSJk@fedora> |
On Mon, Apr 27, 2026 at 12:58:10PM +0200, Paolo Bonzini 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]> > --- Acked-by: Vishal Moola <[email protected]>