asm-generic/mmu.h: Remove unused vmlist field from mm_context_t
authorLars-Peter Clausen <lars@metafoo.de>
Sat, 1 Dec 2012 13:24:40 +0000 (14:24 +0100)
committerArnd Bergmann <arnd@arndb.de>
Sun, 9 Dec 2012 22:14:10 +0000 (23:14 +0100)
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>
include/asm-generic/mmu.h

index 4f4aa56d6b5273246082cb8e31defedfada1fc43..a67ae0a91599a50d3f33346b7be8dbe97c4ac0e2 100644 (file)
@@ -7,7 +7,6 @@
  */
 #ifndef __ASSEMBLY__
 typedef struct {
-       struct vm_list_struct   *vmlist;
        unsigned long           end_brk;
 } mm_context_t;
 #endif