diff options
Diffstat (limited to 'arch/um/include/um_mmu.h')
-rw-r--r-- | arch/um/include/um_mmu.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/um/include/um_mmu.h b/arch/um/include/um_mmu.h index 8855d8df512f..82865fcf6872 100644 --- a/arch/um/include/um_mmu.h +++ b/arch/um/include/um_mmu.h | |||
@@ -12,10 +12,6 @@ | |||
12 | 12 | ||
13 | typedef struct mm_context { | 13 | typedef struct mm_context { |
14 | struct mm_id id; | 14 | struct mm_id id; |
15 | unsigned long last_page_table; | ||
16 | #ifdef CONFIG_3_LEVEL_PGTABLES | ||
17 | unsigned long last_pmd; | ||
18 | #endif | ||
19 | struct uml_ldt ldt; | 15 | struct uml_ldt ldt; |
20 | } mm_context_t; | 16 | } mm_context_t; |
21 | 17 | ||