提交 4e6dab42 编写于 作者: M minkyung88.kim 提交者: Linus Torvalds

mm: remove struct node_active_region

struct node_active_region is not used anymore.  Remove it.
Signed-off-by: Nminkyung88.kim <minkyung88.kim@lge.com>
Signed-off-by: NAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
上级 9943242c
......@@ -690,14 +690,6 @@ struct zonelist {
#endif
};
#ifdef CONFIG_HAVE_MEMBLOCK_NODE_MAP
struct node_active_region {
unsigned long start_pfn;
unsigned long end_pfn;
int nid;
};
#endif /* CONFIG_HAVE_MEMBLOCK_NODE_MAP */
#ifndef CONFIG_DISCONTIGMEM
/* The array of struct pages - for discontigmem use pgdat->lmem_map */
extern struct page *mem_map;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册