浏览代码

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>
Lars-Peter Clausen 13 年之前
父节点
当前提交
20154fd370
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      include/asm-generic/mmu.h

+ 0 - 1
include/asm-generic/mmu.h

@@ -7,7 +7,6 @@
  */
 #ifndef __ASSEMBLY__
 typedef struct {
-	struct vm_list_struct	*vmlist;
 	unsigned long		end_brk;
 } mm_context_t;
 #endif