diff --git a/[refs] b/[refs] index e99bc50cb410..85139cc317d7 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 576c013df0ac9ad1f217452c14ddde246bb1a70d +refs/heads/master: d449c5036778dfa00374c55c9c9f02bd45574c58 diff --git a/trunk/arch/um/include/um_mmu.h b/trunk/arch/um/include/um_mmu.h index 8855d8df512f..82865fcf6872 100644 --- a/trunk/arch/um/include/um_mmu.h +++ b/trunk/arch/um/include/um_mmu.h @@ -12,10 +12,6 @@ typedef struct mm_context { struct mm_id id; - unsigned long last_page_table; -#ifdef CONFIG_3_LEVEL_PGTABLES - unsigned long last_pmd; -#endif struct uml_ldt ldt; } mm_context_t;