]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - arch/um/include/um_mmu.h
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux...
[linux-2.6-omap-h63xx.git] / arch / um / include / um_mmu.h
index 8855d8df512f6877a1e6d1534edbc29bd9275bbd..f575ff91f2a01796951c90090542b18344e6998b 100644 (file)
 
 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;
+       struct page **stub_pages;
 } mm_context_t;
 
 extern void __switch_mm(struct mm_id * mm_idp);