]> Pileus Git - ~andy/linux/commitdiff
uml: remove unused fields from mm_context
authorJeff Dike <jdike@addtoit.com>
Tue, 5 Feb 2008 06:31:22 +0000 (22:31 -0800)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Tue, 5 Feb 2008 17:44:31 +0000 (09:44 -0800)
The 3-level page table fixes forgot to remove a couple now-unused fields from
struct mm_context.

Signed-off-by: Jeff Dike <jdike@linux.intel.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
arch/um/include/um_mmu.h

index 8855d8df512f6877a1e6d1534edbc29bd9275bbd..82865fcf6872eb0e7347d17ecd64cfc408240a02 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;
 } mm_context_t;