[<prev] [next>] [day] [month] [year] [list]
Message-ID: <20080117214044.GA6742@c2.user-mode-linux.org>
Date: Thu, 17 Jan 2008 16:40:44 -0500
From: Jeff Dike <jdike@...toit.com>
To: Andrew Morton <akpm@...l.org>
Cc: uml-devel <user-mode-linux-devel@...ts.sourceforge.net>,
LKML <linux-kernel@...r.kernel.org>
Subject: [PATCH 11/20] UML - Remove unused fields from mm_context
The 3-level page table fixes forgot to remove a couple now-unused
fields from struct mm_context.
Signed-off-by: Jeff Dike <jdike@...ux.intel.com>
---
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.000000000 -0500
+++ linux-2.6.22/arch/um/include/um_mmu.h 2007-12-19 19:34:49.000000000 -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 majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists