[PATCH 11/20] UML - Remove unused fields from mm_context

2008-01-17 Thread Jeff Dike
The 3-level page table fixes forgot to remove a couple now-unused
fields from struct mm_context.

Signed-off-by: Jeff Dike <[EMAIL PROTECTED]>
---
 arch/um/include/um_mmu.h |4 
 1 file changed, 4 deletions(-)

Index: linux-2.6.22/arch/um/include/um_mmu.h
===
--- linux-2.6.22.orig/arch/um/include/um_mmu.h  2007-12-19 13:17:20.0 
-0500
+++ linux-2.6.22/arch/um/include/um_mmu.h   2007-12-19 19:34:49.0 
-0500
@@ -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;
 
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


[PATCH 11/20] UML - Remove unused fields from mm_context

2008-01-17 Thread Jeff Dike
The 3-level page table fixes forgot to remove a couple now-unused
fields from struct mm_context.

Signed-off-by: Jeff Dike [EMAIL PROTECTED]
---
 arch/um/include/um_mmu.h |4 
 1 file changed, 4 deletions(-)

Index: linux-2.6.22/arch/um/include/um_mmu.h
===
--- linux-2.6.22.orig/arch/um/include/um_mmu.h  2007-12-19 13:17:20.0 
-0500
+++ linux-2.6.22/arch/um/include/um_mmu.h   2007-12-19 19:34:49.0 
-0500
@@ -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;
 
--
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/