Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -7,7 +7,6 @@
 */
#ifndef __ASSEMBLY__
typedef struct {
	struct vm_list_struct	*vmlist;
	unsigned long		end_brk;
} mm_context_t;
#endif