From: Johannes Berg Date: Mon, 25 Sep 2023 19:29:48 +0000 (+0200) Subject: um: mmu: remove stub_pages X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=085bc003baab8223b87649ee56aa0db05c33b5b8;p=linux.git um: mmu: remove stub_pages I removed all the users of this some time ago, but evidently forgot the pointers. Remove them from the data structure too. Fixes: bfc58e2b98e9 ("um: remove process stub VMA") Signed-off-by: Johannes Berg Signed-off-by: Richard Weinberger --- diff --git a/arch/um/include/asm/mmu.h b/arch/um/include/asm/mmu.h index 5b072aba5b658..a7555e43ed14a 100644 --- a/arch/um/include/asm/mmu.h +++ b/arch/um/include/asm/mmu.h @@ -12,7 +12,6 @@ typedef struct mm_context { struct mm_id id; struct uml_arch_mm_context arch; - struct page *stub_pages[2]; } mm_context_t; extern void __switch_mm(struct mm_id * mm_idp);