aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-generic
diff options
context:
space:
mode:
authorLars-Peter Clausen <lars@metafoo.de>2012-12-01 08:24:40 -0500
committerArnd Bergmann <arnd@arndb.de>2012-12-09 17:14:10 -0500
commit20154fd3706d603216f462854862203d231c6086 (patch)
tree65dbe36c425b19988a3cbc804fde244bdd341c7f /include/asm-generic
parentb2656a138ab7bc4e7abd3b1cbd6d1f105c7a7186 (diff)
asm-generic/mmu.h: Remove unused vmlist field from mm_context_t
Nothing is using the vmlist field in mm_context_t anymore. It has been removed from the non-generic versions over 3 years ago 8feae1311 ("NOMMU: Make VMAs per MM as for MMU-mode linux"). Signed-off-by: Lars-Peter Clausen <lars@metafoo.de> Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'include/asm-generic')
-rw-r--r--include/asm-generic/mmu.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/asm-generic/mmu.h b/include/asm-generic/mmu.h
index 4f4aa56d6b52..a67ae0a91599 100644
--- a/include/asm-generic/mmu.h
+++ b/include/asm-generic/mmu.h
@@ -7,7 +7,6 @@
7 */ 7 */
8#ifndef __ASSEMBLY__ 8#ifndef __ASSEMBLY__
9typedef struct { 9typedef struct {
10 struct vm_list_struct *vmlist;
11 unsigned long end_brk; 10 unsigned long end_brk;
12} mm_context_t; 11} mm_context_t;
13#endif 12#endif