um: mmu: remove stub_pages
authorJohannes Berg <johannes.berg@intel.com>
Mon, 25 Sep 2023 19:29:48 +0000 (21:29 +0200)
committerRichard Weinberger <richard@nod.at>
Thu, 4 Jan 2024 20:37:08 +0000 (21:37 +0100)
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 <johannes.berg@intel.com>
Signed-off-by: Richard Weinberger <richard@nod.at>
arch/um/include/asm/mmu.h

index 5b072aba5b658f95ab8b0248f569d1fd1f2cee5b..a7555e43ed14ae21431aa58b2e8a8a556b538518 100644 (file)
@@ -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);