projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
576c013
)
uml: remove unused fields from mm_context
author
Jeff Dike
<
[email protected]
>
Tue, 5 Feb 2008 06:31:22 +0000
(22:31 -0800)
committer
Linus Torvalds
<
[email protected]
>
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 <
[email protected]
>
Signed-off-by: Andrew Morton <
[email protected]
>
Signed-off-by: Linus Torvalds <
[email protected]
>
arch/um/include/um_mmu.h
patch
|
blob
|
history
diff --git
a/arch/um/include/um_mmu.h
b/arch/um/include/um_mmu.h
index 8855d8df512f6877a1e6d1534edbc29bd9275bbd..82865fcf6872eb0e7347d17ecd64cfc408240a02 100644
(file)
--- 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;