m68k: remove use of page->index
authorMatthew Wilcox (Oracle) <willy@infradead.org>
Fri, 16 May 2025 15:13:29 +0000 (16:13 +0100)
committerAndrew Morton <akpm@linux-foundation.org>
Sun, 1 Jun 2025 05:46:06 +0000 (22:46 -0700)
commite94715982c969135457df013d2f8b1742451803c
tree609bff269f28396b748348500e3b423f2cca4a69
parentc544a952ba61b1a025455098033c17e0573ab085
m68k: remove use of page->index

Switch to using struct ptdesc to store the markbits which will allow us to
remove index from struct page.

Link: https://lkml.kernel.org/r/20250516151332.3705351-1-willy@infradead.org
Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org>
Cc: Geert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
arch/m68k/mm/motorola.c