Gitweb: http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=d449c5036778dfa00374c55c9c9f02bd45574c58 Commit: d449c5036778dfa00374c55c9c9f02bd45574c58 Parent: 576c013df0ac9ad1f217452c14ddde246bb1a70d Author: Jeff Dike <[EMAIL PROTECTED]> AuthorDate: Mon Feb 4 22:31:22 2008 -0800 Committer: Linus Torvalds <[EMAIL PROTECTED]> CommitDate: Tue Feb 5 09:44:31 2008 -0800
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 <[EMAIL PROTECTED]> Signed-off-by: Andrew Morton <[EMAIL PROTECTED]> Signed-off-by: Linus Torvalds <[EMAIL PROTECTED]> --- arch/um/include/um_mmu.h | 4 ---- 1 files changed, 0 insertions(+), 4 deletions(-) diff --git a/arch/um/include/um_mmu.h b/arch/um/include/um_mmu.h index 8855d8d..82865fc 100644 --- a/arch/um/include/um_mmu.h +++ b/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; - To unsubscribe from this list: send the line "unsubscribe git-commits-head" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html