Skip to content

Commit

Permalink
asm-generic/mmu.h: Remove unused vmlist field from mm_context_t
Browse files Browse the repository at this point in the history
Nothing is using the vmlist field in mm_context_t anymore. It has been removed
from the non-generic versions over 3 years ago 8feae13 ("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>
  • Loading branch information
Lars-Peter Clausen authored and Arnd Bergmann committed Dec 9, 2012
1 parent b2656a1 commit 20154fd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion include/asm-generic/mmu.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
*/
#ifndef __ASSEMBLY__
typedef struct {
struct vm_list_struct *vmlist;
unsigned long end_brk;
} mm_context_t;
#endif
Expand Down

0 comments on commit 20154fd

Please sign in to comment.