Commit 20154fd3 authored by Lars-Peter Clausen's avatar Lars-Peter Clausen Committed by Arnd Bergmann

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 8feae131 ("NOMMU: Make VMAs per
MM as for MMU-mode linux").
Signed-off-by: default avatarLars-Peter Clausen <lars@metafoo.de>
Signed-off-by: default avatarArnd Bergmann <arnd@arndb.de>
parent b2656a13
......@@ -7,7 +7,6 @@
*/
#ifndef __ASSEMBLY__
typedef struct {
struct vm_list_struct *vmlist;
unsigned long end_brk;
} mm_context_t;
#endif
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment