diff options
author | Johannes Berg <johannes.berg@intel.com> | 2023-09-25 21:29:48 +0200 |
---|---|---|
committer | Richard Weinberger <richard@nod.at> | 2024-01-04 21:37:08 +0100 |
commit | 085bc003baab8223b87649ee56aa0db05c33b5b8 (patch) | |
tree | c7010a2b31372979b341938b8baa895b2e4f8de0 | |
parent | 541d4e4d435c8b9bfd29f70a1da4a2db97794e0a (diff) |
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 <johannes.berg@intel.com>
Signed-off-by: Richard Weinberger <richard@nod.at>
-rw-r--r-- | arch/um/include/asm/mmu.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/um/include/asm/mmu.h b/arch/um/include/asm/mmu.h index 5b072aba5b65..a7555e43ed14 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); |